Skip to content

Commit c11fb3d

Browse files
bootstrapbillWill Turner
andauthored
Fix broken links in examples (#1316)
* fix broken links * fix name * fix target name * fix minor formatting * fix CITATION file * fix typo --------- Co-authored-by: Will Turner <[email protected]>
1 parent 5bfb9b4 commit c11fb3d

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CITATION.cff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ authors:
194194
- given-names: Aaron
195195
family-names: Earle-Richardson
196196
affiliation: 'Duke University School of Medicine, Department of Neurology'
197+
- given-names: William
198+
family-names: Turner
199+
affiliation: 'Wu Tsai Neurosciences Institute, Stanford University'
200+
orcid: 'https://orcid.org/0000-0001-8639-9769'
197201
- given-names: Alexandre
198202
family-names: Gramfort
199203
affiliation: 'Université Paris-Saclay, Inria, CEA, Palaiseau, France'

doc/authors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
.. _Teon Brooks: https://teonbrooks.com
5050
.. _Thomas Hartmann: https://github.com/thht
5151
.. _Tom Donoghue: https://github.com/TomDonoghue
52+
.. _William Turner: https://bootstrapbill.github.io/
5253
.. _Yorguin Mantilla: https://github.com/yjmantilla

doc/whats_new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following authors contributed for the first time. Thank you so much! 🤩
2121
* `Amaia Benitez`_
2222
* `Kaare Mikkelsen`_
2323
* `Thomas Hartmann`_
24+
* `William Turner`_
2425

2526
The following authors had contributed before. Thank you for sticking around! 🤘
2627

@@ -57,6 +58,7 @@ Detailed list of changes
5758
- When anonymizing the date of a recording, MNE-BIDS will no longer error during `~mne_bids.write_raw_bids` if passing a `~mne.io.Raw` instance to ``empty_room``, by `Daniel McCloy`_ (:gh:`1270`)
5859
- Dealing with alphanumeric ``sub`` entity labels is now fixed for :func:`~mne_bids.write_raw_bids`, by `Aaron Earle-Richardson`_ (:gh:`1291`)
5960
- When processing subject_info data that MNE Python imports as numpy arrays with only one item, MNE-BIDS now unpacks these, resulting in a correct participants.tsv, by `Thomas Hartmann`_ (:gh:`1310`)
61+
- Fixed broken links in examples 7 and 8, by `William Turner`_ (:gh:`1316`)
6062

6163
⚕️ Code health
6264
^^^^^^^^^^^^^^

examples/convert_ieeg_to_bids.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
3737
.. _iEEG part of the BIDS specification: https://bids-specification.readthedocs.io/en/latest/modality-specific-files/intracranial-electroencephalography.html
3838
.. _appendix VIII: https://bids-specification.readthedocs.io/en/stable/appendices/coordinate-systems.html
39-
.. _background on FreeSurfer: https://mne.tools/dev/auto_tutorials/source-modeling/plot_background_freesurfer_mne
40-
.. _MNE-Python coordinate frames: https://mne.tools/dev/auto_tutorials/source-modeling/plot_source_alignment.html
39+
.. _background on FreeSurfer: https://mne.tools/stable/auto_tutorials/forward/50_background_freesurfer_mne.html
40+
.. _MNE-Python coordinate frames: https://mne.tools/stable/auto_tutorials/forward/20_source_alignment.html
4141
""" # noqa: E501 D400
4242

4343
# Authors: The MNE-BIDS developers

examples/convert_mri_and_trans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
# .. _coregistration GUI:
321321
# https://mne.tools/stable/auto_tutorials/forward/20_source_alignment.html#defining-the-headmri-trans-using-the-gui
322322
# .. _mne_source_coords:
323-
# https://mne.tools/stable/auto_tutorials/source-modeling/plot_source_alignment.html
323+
# https://mne.tools/stable/auto_tutorials/forward/20_source_alignment.html
324324
# .. _mne_sample_data:
325325
# https://mne.tools/stable/documentation/datasets.html#sample
326326
#

0 commit comments

Comments
 (0)