[med-svn] [python-mne] 333/376: DOC : tiny fix to getting started page
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:23:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
yoh pushed a commit to annotated tag v0.1
in repository python-mne.
commit 62582eeb5dfc13d65f49f47709b2d6c6fd67840e
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Thu Aug 4 10:59:50 2011 -0400
DOC : tiny fix to getting started page
---
doc/source/getting_started.rst | 21 ++++++++++++++++----
doc/source/getting_started_at_martinos.rst | 31 ------------------------------
doc/source/gitwash/index.rst | 6 ++----
3 files changed, 19 insertions(+), 39 deletions(-)
diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst
index c78038a..7ed6dc4 100755
--- a/doc/source/getting_started.rst
+++ b/doc/source/getting_started.rst
@@ -5,13 +5,26 @@ Getting Started
Inside the Martinos Center
--------------------------
-People within the MGH/MIT/HMS Martinos Center should follow
+For people within the MGH/MIT/HMS Martinos Center mne is available on the network.
-.. toctree::
+In a terminal do::
- ./getting_started_at_martinos
+ setenv PATH /usr/pubsw/packages/python/epd/bin:${PATH}
-MNE is *already installed* on your system.
+If you use Bash replace the previous instruction with::
+
+ export PATH=/usr/pubsw/packages/python/epd/bin:${PATH}
+
+Then start the python interpreter with:
+
+ ipython
+
+Then type::
+
+ >>> import mne
+
+If you get a new prompt with no error messages, you should be good to go.
+Start with the :ref:`examples-index`.
Outside the Martinos Center
---------------------------
diff --git a/doc/source/getting_started_at_martinos.rst b/doc/source/getting_started_at_martinos.rst
deleted file mode 100755
index 9730190..0000000
--- a/doc/source/getting_started_at_martinos.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-.. _getting_started_martinos:
-
-Getting Started at the Martinos Center
-======================================
-
-You first need to activate the python scientific environment.
-In a terminal do::
-
- setenv PATH /usr/pubsw/packages/python/epd/bin:${PATH}
-
-.. source /usr/pubsw/packages/python/2.6/scientificpython/bin/tcsh_activate
-
-If you use Bash replace the previous instruction with::
-
- export PATH=/usr/pubsw/packages/python/epd/bin:${PATH}
-
-.. source /usr/pubsw/packages/python/2.6/scientificpython/bin/bash_activate
-
-Then start the python interpreter with:
-
- ipython
-
-Although all of the examples in this documentation are in the style
-of the standard Python interpreter, the use of IPython is highly
-recommended. Then type::
-
- >>> import mne
-
-If you get a new prompt with no error messages, you should be good to go.
-Start with the :ref:`examples-index`.
-
diff --git a/doc/source/gitwash/index.rst b/doc/source/gitwash/index.rst
index 4d74ba4..51eefad 100644
--- a/doc/source/gitwash/index.rst
+++ b/doc/source/gitwash/index.rst
@@ -1,7 +1,7 @@
.. _using-git:
-Working with *mne-python* source code
-======================================
+Contributing to *mne-python* source code
+========================================
Contents:
@@ -14,5 +14,3 @@ Contents:
patching
git_development
git_resources
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git
More information about the debian-med-commit
mailing list