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 962898701447f661be3c000f0ba65a8325012b88 Author: Alexandre Gramfort <[email protected]> Date: Thu Mar 3 17:00:16 2011 -0500 more on doc --- doc/source/conf.py | 4 ++-- doc/source/index.rst | 23 ++++++++++++++++++----- doc/source/manual/index.rst | 23 ----------------------- doc/source/{contents.rst => mne-python.rst} | 4 +--- 4 files changed, 21 insertions(+), 33 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index da9d454..43cedde 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -200,8 +200,8 @@ htmlhelp_basename = 'mne-doc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'MNE.tex', u'MNE Python Documentation', - u'Alexandre Gramfort', 'manual'), + ('index', 'MNE.tex', u'MNE Manual', + u'Matti Hämäläinen & Alexandre Gramfort', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/source/index.rst b/doc/source/index.rst index 8d0e8df..56ac6f2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,16 +7,29 @@ MNE is a software package for processing magnetoencephalography data for reading and writing FIF files produced by Neuromag MEG systems or converted from other file formats. -This python package is tightly linked the MNE project: - -* `MNE web site <http://www.nmr.mgh.harvard.edu/martinos/userInfo/data/sofMNE.php>`_ +.. * `MNE web site <http://www.nmr.mgh.harvard.edu/martinos/userInfo/data/sofMNE.php>`_ * `Download <http://www.nmr.mgh.harvard.edu/martinos/userInfo/data/MNE_register/index.php>`_ MNE * Join the MNE `mailing list <http://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis>`_ +Manual: + .. toctree:: - :maxdepth: 2 + :maxdepth: 1 - contents + manual/intro + manual/list + manual/cookbook + manual/browse + manual/forward + manual/mne + manual/analyze + manual/morph + manual/convert + manual/matlab + manual/utilities + manual/sampledata + manual/reading + mne-python * :ref:`search` diff --git a/doc/source/manual/index.rst b/doc/source/manual/index.rst deleted file mode 100644 index c5ef4dc..0000000 --- a/doc/source/manual/index.rst +++ /dev/null @@ -1,23 +0,0 @@ -========== -MNE Manual -========== - -.. toctree:: - :maxdepth: 2 - - intro - list - cookbook - browse - forward - mne - analyze - morph - convert - matlab - utilities - sampledata - reading - -* :ref:`search` - diff --git a/doc/source/contents.rst b/doc/source/mne-python.rst similarity index 72% rename from doc/source/contents.rst rename to doc/source/mne-python.rst index 6eda6ce..79d0ab7 100644 --- a/doc/source/contents.rst +++ b/doc/source/mne-python.rst @@ -1,14 +1,12 @@ .. _documentation: ====================== -Documentation Contents +MNE with Python ====================== .. toctree:: :maxdepth: 2 getting_started.rst - manual/index auto_examples/index.rst - tutorial.rst -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
