Skip to content

Commit

Permalink
DOC : fix python ref
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Feb 10, 2013
1 parent d173a43 commit fddce30
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/source/python_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Functions:
.. autosummary::
:toctree: generated/
:template: function.rst

data_path

:py:mod:`mne.datasets.megsim`:
Expand All @@ -129,12 +130,11 @@ Functions:
.. autosummary::
:toctree: generated/
:template: function.rst

data_path
load_data




Visualization
=============

Expand Down Expand Up @@ -312,6 +312,15 @@ Forward Modeling
write_bem_surface
write_trans

.. currentmodule:: mne.forward

.. autosummary::
:toctree: generated/
:template: function.rst

restrict_forward_to_label
restrict_forward_to_stc


Inverse Solutions
=================
Expand Down
3 changes: 3 additions & 0 deletions mne/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
"""Demo datasets
"""

from . import sample
from . import megsim
3 changes: 3 additions & 0 deletions mne/datasets/megsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
"""MEGSIM dataset
"""

from .megsim import data_path, load_data
3 changes: 3 additions & 0 deletions mne/datasets/sample/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
"""MNE sample dataset
"""

from .sample import data_path

0 comments on commit fddce30

Please sign in to comment.