Skip to content

Commit c638f74

Browse files
authored
fix errant merge (references outside docstring) [skip github][skip azp] (#9117)
1 parent 727807d commit c638f74

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

mne/datasets/limo/limo.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def data_path(subject, path=None, force_update=False, update_path=None,
4848
verbose=None):
4949
"""Get path to local copy of LIMO dataset URL.
5050
51-
This is a low-level function useful for getting a local copy of the
52-
remote LIMO dataset :footcite: `Rousselet2016`. The complete dataset is available at
53-
datashare.is.ed.ac.uk/.
51+
This is a low-level function useful for getting a local copy of the remote
52+
LIMO dataset :footcite: `Rousselet2016`. The complete dataset is available
53+
at datashare.is.ed.ac.uk/.
5454
5555
Parameters
5656
----------
@@ -86,6 +86,9 @@ def data_path(subject, path=None, force_update=False, update_path=None,
8686
and prompt the user to save the 'datasets' path to the mne-python config,
8787
if it isn't there already.
8888
89+
References
90+
----------
91+
.. footbibliography::
8992
""" # noqa: E501
9093
# set destination path for download
9194
key = 'MNE_DATASETS_LIMO_PATH'
@@ -236,9 +239,3 @@ def load_data(subject, path=None, force_update=False, update_path=None,
236239
epochs.info['bads'] = missing_chans # missing channels are marked as bad.
237240

238241
return epochs
239-
240-
###############################################################################
241-
# References
242-
# ----------
243-
#
244-
# .. footbibliography::

0 commit comments

Comments
 (0)