Skip to content

Commit 68c56fe

Browse files
committed
FIX: Links
1 parent 48f1588 commit 68c56fe

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

doc/changes/devel.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. See doc/development/contributing.rst for description of how to add entries.
2+
3+
.. _current:
4+
5+
.. towncrier-draft-entries:: Version |release| (development)

doc/development/whats_new.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changes for each version of MNE-Python are listed below.
88
.. toctree::
99
:maxdepth: 1
1010

11+
../changes/devel.rst
1112
../changes/v1.10.rst
1213
../changes/v1.9.rst
1314
../changes/v1.8.rst

doc/install/ides.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ something like:
3737

3838
.. code-block:: output
3939
40-
Using Python: /some/directory/mne-python_1.7.1_0/bin/python
40+
Using Python: /some/directory/mne-python_1.10.0_0/bin/python
4141
4242
Altertatively (or on Windows), you can find that path by opening the Python interpreter
4343
you want to use (e.g., the one from the MNE-Python installer, or a ``conda`` environment
@@ -47,8 +47,8 @@ that you have activated) and running::
4747
>>> print(sys.executable) # doctest:+SKIP
4848

4949
This should print something like
50-
``C:\Program Files\MNE-Python\1.7.0_0\bin\python.exe`` (Windows) or
51-
``/Users/user/Applications/MNE-Python/1.7.0_0/.mne-python/bin/python`` (macOS).
50+
``C:\Program Files\MNE-Python\1.10.0_0\bin\python.exe`` (Windows) or
51+
``/Users/user/Applications/MNE-Python/1.10.0_0/.mne-python/bin/python`` (macOS).
5252

5353
For Spyder, if the console cannot start because ``spyder-kernels`` is missing,
5454
install the required version in the conda environment. For example, with the

doc/install/installers.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Platform-specific installers
1717
:class-content: text-center
1818
:name: install-linux
1919

20-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.9.0/MNE-Python-1.9.0_0-Linux.sh
20+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.0/MNE-Python-1.10.0_0-Linux.sh
2121
:ref-type: ref
2222
:color: primary
2323
:shadow:
@@ -31,14 +31,14 @@ Platform-specific installers
3131

3232
.. code-block:: console
3333
34-
$ sh ./MNE-Python-1.9.0_0-Linux.sh
34+
$ sh ./MNE-Python-1.10.0_0-Linux.sh
3535
3636
3737
.. tab-item:: macOS (Intel)
3838
:class-content: text-center
3939
:name: install-macos-intel
4040

41-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.9.0/MNE-Python-1.9.0_0-macOS_Intel.pkg
41+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.0/MNE-Python-1.10.0_0-macOS_Intel.pkg
4242
:ref-type: ref
4343
:color: primary
4444
:shadow:
@@ -54,7 +54,7 @@ Platform-specific installers
5454
:class-content: text-center
5555
:name: install-macos-apple
5656

57-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.9.0/MNE-Python-1.9.0_0-macOS_M1.pkg
57+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.0/MNE-Python-1.10.0_0-macOS_M1.pkg
5858
:ref-type: ref
5959
:color: primary
6060
:shadow:
@@ -70,7 +70,7 @@ Platform-specific installers
7070
:class-content: text-center
7171
:name: install-windows
7272

73-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.9.0/MNE-Python-1.9.0_0-Windows.exe
73+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.10.0/MNE-Python-1.10.0_0-Windows.exe
7474
:ref-type: ref
7575
:color: primary
7676
:shadow:
@@ -156,7 +156,7 @@ To remove the MNE-Python distribution provided by our installers above:
156156
.. code-block:: bash
157157
158158
$ which python
159-
/home/username/mne-python/1.9.0_0/bin/python
159+
/home/username/mne-python/1.10.0_0/bin/python
160160
$ rm -Rf /home/$USER/mne-python
161161
$ rm /home/$USER/.local/share/applications/mne-python-*.desktop
162162
@@ -170,7 +170,7 @@ To remove the MNE-Python distribution provided by our installers above:
170170
.. code-block:: bash
171171
172172
$ which python
173-
/Users/username/Applications/MNE-Python/1.9.0_0/.mne-python/bin/python
173+
/Users/username/Applications/MNE-Python/1.10.0_0/.mne-python/bin/python
174174
$ rm -Rf /Users/$USER/Applications/MNE-Python # if user-specific
175175
$ rm -Rf /Applications/MNE-Python # if system-wide
176176

0 commit comments

Comments
 (0)