Diff of /docs/links.inc [000000] .. [c36663]

Switch to unified view

a b/docs/links.inc
1
.. This (-*- rst -*-) format file contains commonly used link targets
2
   and name substitutions.  It may be included in many files,
3
   therefore it should only contain link targets and name
4
   substitutions.  Try grepping for "^\.\. _" to find plausible
5
   candidates for this list.
6
7
.. NOTE: reST targets are
8
   __not_case_sensitive__, so only one target definition is needed for
9
   nipy, NIPY, Nipy, etc...
10
11
12
.. mne
13
14
.. _`MNE-Python`: http://mne.tools/mne-python-intro
15
.. _`MNE-Python GitHub`: https://github.com/mne-tools/mne-python
16
.. _`mne-scripts`: https://github.com/mne-tools/mne-scripts/
17
.. _`MNE-C manual`: https://mne.tools/mne-c-manual/MNE-manual-2.7.3.pdf
18
.. _`GitHub issues page`: https://github.com/mne-tools/mne-python/issues/
19
.. _`MNE Forum`: https://mne.discourse.group
20
.. _`MNE-BIDS`: https://mne.tools/mne-bids
21
.. _`MNE-BIDS-Pipeline`: https://mne.tools/mne-bids-pipeline
22
.. _`MNE-HCP`: http://mne.tools/mne-hcp
23
.. _`MNE-Realtime`: https://mne.tools/mne-realtime
24
.. _`MNE-MATLAB git repository`: https://github.com/mne-tools/mne-matlab
25
.. _`MNE-Docker`: https://github.com/mne-tools/mne-docker
26
.. _EOSS2: https://chanzuckerberg.com/eoss/proposals/improving-usability-of-core-neuroscience-analysis-tools-with-mne-python
27
.. _EOSS4: https://chanzuckerberg.com/eoss/proposals/building-pediatric-and-clinical-data-pipelines-for-mne-python/
28
.. _`code of conduct`: https://github.com/mne-tools/.github/blob/main/CODE_OF_CONDUCT.md
29
30
31
.. TUTORIAL LINKS
32
33
.. _errors: https://en.wikipedia.org/w/index.php?title=Type_I_and_type_II_errors#Table_of_error_types
34
.. _fwer: https://en.wikipedia.org/wiki/Family-wise_error_rate
35
.. _fdr: https://en.wikipedia.org/wiki/False_discovery_rate
36
.. _ft_cluster: http://www.fieldtriptoolbox.org/faq/how_not_to_interpret_results_from_a_cluster-based_permutation_test
37
.. _ft_cluster_effect_size: https://mailman.science.ru.nl/pipermail/fieldtrip/2017-September/024644.html
38
.. _ft_exch: https://mailman.science.ru.nl/pipermail/fieldtrip/2008-October/001794.html
39
40
41
42
.. TEMPLATE FOR LINKS TO OTHER PROJECTS
43
.. _PROJECTNAME: http://neuroimaging.scipy.org
44
.. _`PROJECTNAME github`: http://github.com/nipy
45
.. _`PROJECTNAME mailing list`: http://projects.scipy.org/mailman/listinfo/nipy-devel
46
47
.. numpy
48
49
.. _numpy: http://www.numpy.org
50
.. _`numpy github`: http://github.com/numpy/numpy
51
.. _`numpy mailing list`: http://mail.scipy.org/mailman/listinfo/numpy-discussion
52
53
54
.. scipy
55
56
.. _scipy: http://www.scipy.org
57
.. _`scipy github`: http://github.com/scipy/scipy
58
.. _`scipy mailing list`: http://mail.scipy.org/mailman/listinfo/scipy-dev
59
60
.. freesurfer
61
62
.. _freesurfer: https://surfer.nmr.mgh.harvard.edu/
63
.. _`freesufer github`: https://github.com/freesurfer/freesurfer
64
.. _`freesurfer mailing list`: https://surfer.nmr.mgh.harvard.edu/fswiki/FreeSurferSupport
65
66
67
.. nipy
68
69
.. _nipy: http://nipy.org/nipy
70
.. _`nipy github`: http://github.com/nipy/nipy
71
.. _`nipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel
72
73
74
.. ipython
75
76
.. _ipython: https://ipython.org
77
.. _`ipython github`: https://github.com/ipython/ipython
78
.. _`ipython mailing list`: https://mail.python.org/mailman/listinfo/ipython-dev
79
80
81
.. dipy
82
83
.. _dipy: http://nipy.org/dipy
84
.. _`dipy github`: http://github.com/Garyfallidis/dipy
85
.. _`dipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel
86
87
88
.. nibabel
89
90
.. _nibabel: http://nipy.org/nibabel
91
.. _`nibabel github`: http://github.com/nipy/nibabel
92
.. _`nibabel mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel
93
94
95
.. h5py
96
97
.. _h5py: http://www.h5py.org
98
.. _`h5py github`: http://github.com/h5py/h5py
99
.. _`h5py mailing list`: https://groups.google.com/forum/#!forum/h5py
100
101
102
.. Pytest
103
104
.. _pytest: https://docs.pytest.org/
105
106
107
.. Flake8
108
109
.. _Flake8: http://flake8.pycqa.org/
110
111
112
.. pymatreader
113
114
.. _pymatreader: https://gitlab.com/obob/pymatreader
115
116
117
.. h5io
118
119
.. _h5io: https://github.com/h5io/h5io
120
121
122
.. CuPy
123
124
.. _CuPy: https://cupy.chainer.org/
125
126
.. Dask
127
128
.. _Dask: https://dask.org/
129
130
.. git stuff
131
132
.. _git: https://git-scm.com/
133
.. _github: https://github.com
134
.. _GitHub Help: https://help.github.com
135
.. _GitHub learning lab: https://lab.github.com/
136
.. _pro git book: https://git-scm.com/book/
137
.. _git bash: https://gitforwindows.org/
138
.. _git for Windows: https://gitforwindows.org/
139
.. _git clone: http://schacon.github.com/git/git-clone.html
140
.. _git checkout: https://schacon.github.io/git/git-checkout.html
141
.. _git commit: https://schacon.github.io/git/git-commit.html
142
.. _git push: https://schacon.github.io/git/git-push.html
143
.. _git pull: https://schacon.github.io/git/git-pull.html
144
.. _git add: https://schacon.github.io/git/git-add.html
145
.. _git status: https://schacon.github.io/git/git-status.html
146
.. _git diff: https://schacon.github.io/git/git-diff.html
147
.. _git log: https://schacon.github.io/git/git-log.html
148
.. _git branch: https://schacon.github.io/git/git-branch.html
149
.. _git remote: https://schacon.github.io/git/git-remote.html
150
.. _git rebase: https://schacon.github.io/git/git-rebase.html
151
.. _git config: https://schacon.github.io/git/git-config.html
152
153
.. other stuff
154
155
.. _python: http://www.python.org
156
.. _Brain Imaging Data Structure: https://bids.neuroimaging.io/
157
158
.. python packages
159
160
.. _pep8: https://pypi.org/project/pep8/
161
.. _pyflakes: https://pypi.org/project/pyflakes
162
.. _coverage: https://pypi.python.org/pypi/coverage
163
.. _mayavi: https://docs.enthought.com/mayavi/mayavi/
164
.. _nitime: http://nipy.org/nitime/
165
.. _joblib: https://pypi.python.org/pypi/joblib
166
.. _scikit-learn: https://scikit-learn.org/stable/
167
.. _pyDICOM: https://pypi.python.org/pypi/pydicom/
168
.. _matplotlib: https://matplotlib.org/
169
.. _sphinx: https://www.sphinx-doc.org/
170
.. _pandas: https://pandas.pydata.org/
171
.. _PIL: https://pypi.python.org/pypi/PIL
172
.. _tqdm: https://tqdm.github.io/
173
.. _pooch: https://www.fatiando.org/pooch/latest/
174
175
.. python editors
176
177
.. _Spyder: https://www.spyder-ide.org/
178
.. _`integrated development environment`: https://en.wikipedia.org/wiki/Integrated_development_environment
179
.. _`spyder`: https://www.spyder-ide.org/
180
.. _`visual studio code`: https://code.visualstudio.com/
181
.. _`pycharm`: https://www.jetbrains.com/pycharm/
182
183
.. _anaconda: https://www.anaconda.com/products/individual
184
.. _miniconda: https://conda.io/en/latest/miniconda.html
185
.. _miniforge: https://github.com/conda-forge/miniforge
186
.. _installation instructions for Anaconda: http://docs.continuum.io/anaconda/install
187
.. _installation instructions for Miniconda: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
188
.. _Anaconda troubleshooting guide: http://conda.pydata.org/docs/troubleshooting.html
189
190
.. installation links
191
192
.. _requirements file:  https://raw.githubusercontent.com/mne-tools/mne-python/main/requirements.txt
193
.. _NVIDIA CUDA GPU processing: https://developer.nvidia.com/cuda-zone
194
.. _NVIDIA proprietary drivers: https://www.geforce.com/drivers
195
196
.. _Sphinx documentation: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
197
.. _sphinx-gallery: https://sphinx-gallery.github.io
198
.. _NumPy docstring style guidelines: https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
199
.. _Stack Overflow: https://stackoverflow.com/
200
201
.. vim: ft=rst