diff --git a/doc/changes/names.inc b/doc/changes/names.inc index d20931b7a51..4438a99bdd7 100644 --- a/doc/changes/names.inc +++ b/doc/changes/names.inc @@ -22,7 +22,7 @@ .. _Andrew Quinn: https://github.com/ajquinn .. _Aniket Pradhan: https://github.com/Aniket-Pradhan .. _Anna Padee: https://github.com/apadee/ -.. _Annalisa Pascarella: https://www.iac.cnr.it/personale/annalisa-pascarella +.. _Annalisa Pascarella: https://github.com/annapasca .. _Anne-Sophie Dubarry: https://github.com/annesodub .. _Antoine Collas: https://www.antoinecollas.fr .. _Antoine Gauthier: https://github.com/Okamille @@ -54,7 +54,7 @@ .. _Cora Kim: https://github.com/kimcoco .. _Cristóbal Moënne-Loccoz: https://github.com/cmmoenne .. _Dan Wakeman: https://github.com/dgwakeman -.. _Daniel Carlström Schad: https://github.com/Dod12 +.. _Daniel Carlström Schad: https://github.com/DanielCSchad .. _Daniel Hasegan: https://daniel.hasegan.com .. _Daniel McCloy: https://dan.mccloy.info .. _Daniel Strohmeier: https://github.com/joewalter diff --git a/doc/conf.py b/doc/conf.py index 76fb233af30..52cf3eea057 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -664,6 +664,8 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines): "https://doi.org/10.1167/", # jov.arvojournals.org "https://doi.org/10.1177/", # journals.sagepub.com "https://doi.org/10.3109/", # www.tandfonline.com + "https://hms.harvard.edu/", # doc/funding.rst + "https://stackoverflow.com/questions/21752259/python-why-pickle", # doc/help/faq "https://www.biorxiv.org/content/10.1101/", # biorxiv.org "https://www.researchgate.net/profile/", "https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html", @@ -675,6 +677,8 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines): "https://sourceforge.net/projects/ezwinports/files/", "https://www.mathworks.com/products/compiler/matlab-runtime.html", "https://medicine.umich.edu/dept/khri/ross-maddox-phd", + # TODO https://github.com/mne-tools/curry-python-reader/issues/5 + "https://github.com/mne-tools/curry-python-reader/README.md", # 500 server error "https://openwetware.org/wiki/Beauchamp:FreeSurfer", # 503 Server error diff --git a/doc/martinos.rst b/doc/martinos.rst deleted file mode 100644 index a698ec5eed7..00000000000 --- a/doc/martinos.rst +++ /dev/null @@ -1,37 +0,0 @@ -:orphan: - -.. _inside_martinos: - -Martinos Center setup ---------------------- - -For people within the MGH/MIT/HMS Martinos Center, MNE is available on the network. - -In a terminal do: - -.. code-block:: console - - $ setenv PATH /usr/pubsw/packages/python/anaconda/bin:${PATH} - -If you use Bash replace the previous instruction with: - -.. code-block:: console - - $ export PATH=/usr/pubsw/packages/python/anaconda/bin:${PATH} - -Then start the python interpreter with: - -.. code-block:: console - - $ ipython - -Then type:: - - >>> import mne - -If you get a new prompt with no error messages, you should be good to go. - -We encourage all Martinos center Python users to subscribe to the -`Martinos Python mailing list`_. - -.. _Martinos Python mailing list: https://mail.nmr.mgh.harvard.edu/mailman/listinfo/martinos-python