Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in examples #1316

Merged
merged 6 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ authors:
- given-names: Aaron
family-names: Earle-Richardson
affiliation: 'Duke University School of Medicine, Department of Neurology'
- given-names: William
family-names: Turner
affiliation: 'Wu Tsai Neurosciences Institute, Stanford University'
orcid: 'https://orcid.org/0000-0001-8639-9769'
- given-names: Alexandre
family-names: Gramfort
affiliation: 'Université Paris-Saclay, Inria, CEA, Palaiseau, France'
Expand Down
1 change: 1 addition & 0 deletions doc/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
.. _Teon Brooks: https://teonbrooks.com
.. _Thomas Hartmann: https://github.com/thht
.. _Tom Donoghue: https://github.com/TomDonoghue
.. _William Turner: https://bootstrapbill.github.io/
.. _Yorguin Mantilla: https://github.com/yjmantilla
2 changes: 2 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The following authors contributed for the first time. Thank you so much! 🤩
* `Amaia Benitez`_
* `Kaare Mikkelsen`_
* `Thomas Hartmann`_
* `William Turner`_

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

Expand Down Expand Up @@ -57,6 +58,7 @@ Detailed list of changes
- 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`)
- Dealing with alphanumeric ``sub`` entity labels is now fixed for :func:`~mne_bids.write_raw_bids`, by `Aaron Earle-Richardson`_ (:gh:`1291`)
- 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`)
- Fixed broken links in examples 7 and 8, by `William Turner`_ (:gh:`1316`)

⚕️ Code health
^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions examples/convert_ieeg_to_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

.. _iEEG part of the BIDS specification: https://bids-specification.readthedocs.io/en/latest/modality-specific-files/intracranial-electroencephalography.html
.. _appendix VIII: https://bids-specification.readthedocs.io/en/stable/appendices/coordinate-systems.html
.. _background on FreeSurfer: https://mne.tools/dev/auto_tutorials/source-modeling/plot_background_freesurfer_mne
.. _MNE-Python coordinate frames: https://mne.tools/dev/auto_tutorials/source-modeling/plot_source_alignment.html
.. _background on FreeSurfer: https://mne.tools/stable/auto_tutorials/forward/50_background_freesurfer_mne.html
.. _MNE-Python coordinate frames: https://mne.tools/stable/auto_tutorials/forward/20_source_alignment.html
""" # noqa: E501 D400

# Authors: The MNE-BIDS developers
Expand Down
2 changes: 1 addition & 1 deletion examples/convert_mri_and_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
# .. _coregistration GUI:
# https://mne.tools/stable/auto_tutorials/forward/20_source_alignment.html#defining-the-headmri-trans-using-the-gui
# .. _mne_source_coords:
# https://mne.tools/stable/auto_tutorials/source-modeling/plot_source_alignment.html
# https://mne.tools/stable/auto_tutorials/forward/20_source_alignment.html
# .. _mne_sample_data:
# https://mne.tools/stable/documentation/datasets.html#sample
#