Skip to content

Commit

Permalink
MAINT: Linkchecks [circle deploy] (#12882)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Oct 1, 2024
1 parent 78ea8b7 commit 7e197c7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
3 changes: 2 additions & 1 deletion doc/changes/devel/12846.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Enforce SI units for Eyetracking data (eyegaze data should be radians of visual angle, not pixels. Pupil size data should be meters). Updated tutorials so demonstrate how to convert data to SI units before analyses (:gh:`12846`` by `Scott Huberty`_)
Enforce SI units for Eyetracking data (eyegaze data should be radians of visual angle, not pixels. Pupil size data should be meters).
Updated tutorials so demonstrate how to convert data to SI units before analyses, by `Scott Huberty`_.
6 changes: 3 additions & 3 deletions doc/changes/names.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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.dima.unige.it/~pascarel/html/cv.html
.. _Annalisa Pascarella: https://www.iac.cnr.it/personale/annalisa-pascarella
.. _Anne-Sophie Dubarry: https://github.com/annesodub
.. _Antoine Gauthier: https://github.com/Okamille
.. _Antti Rantala: https://github.com/Odingod
Expand Down Expand Up @@ -206,7 +206,7 @@
.. _Nathalie Gayraud: https://github.com/ngayraud
.. _Naveen Srinivasan: https://github.com/naveensrinivasan
.. _Nick Foti: https://nfoti.github.io
.. _Nick Ward: https://www.ucl.ac.uk/ion/departments/sobell/Research/NWard
.. _Nick Ward: https://profiles.ucl.ac.uk/10827-nick-ward
.. _Nicolas Barascud: https://github.com/nbara
.. _Nicolas Fourcaud-Trocmé: https://www.crnl.fr/fr/user/316
.. _Niels Focke: https://neurologie.umg.eu/forschung/arbeitsgruppen/epilepsie-und-bildgebungsforschung
Expand Down Expand Up @@ -261,7 +261,7 @@
.. _Samuel Louviot: https://github.com/Sam54000
.. _Samuel Powell: https://github.com/samuelpowell
.. _Santeri Ruuskanen: https://github.com/ruuskas
.. _Sara Sommariva: https://www.dima.unige.it/~sommariva/
.. _Sara Sommariva: https://github.com/sarasommariva
.. _Sawradip Saha: https://sawradip.github.io/
.. _Scott Huberty: https://orcid.org/0000-0003-2637-031X
.. _Sebastiaan Mathot: https://www.cogsci.nl/smathot
Expand Down
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
"https://doi.org/10.1093/", # academic.oup.com/sleep/
"https://doi.org/10.1098/", # royalsocietypublishing.org
"https://doi.org/10.1101/", # www.biorxiv.org
"https://doi.org/10.1103", # journals.aps.org/rmp
"https://doi.org/10.1111/", # onlinelibrary.wiley.com/doi/10.1111/psyp
"https://doi.org/10.1126/", # www.science.org
"https://doi.org/10.1137/", # epubs.siam.org
Expand Down Expand Up @@ -681,6 +682,9 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
# Too slow
"https://speakerdeck.com/dengemann/",
"https://www.dtu.dk/english/service/phonebook/person",
"https://www.gnu.org/software/make/",
"https://www.macports.org/",
"https://hastie.su.domains/CASI",
# SSL problems sometimes
"http://ilabs.washington.edu",
"https://psychophysiology.cpmc.columbia.edu",
Expand Down
2 changes: 1 addition & 1 deletion doc/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ @book{EfronHastie2016
series = {Institute of {{Mathematical Statistics}} Monographs},
shorttitle = {Computer Age Statistical Inference},
title = {Computer Age Statistical Inference: Algorithms, Evidence, and Data Science},
url = {https://web.stanford.edu/~hastie/CASI/},
url = {https://hastie.su.domains/CASI/},
year = {2016}
}

Expand Down
5 changes: 3 additions & 2 deletions tools/circleci_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ python -m pip install --pre --progress-bar off \
python -m pip install --upgrade --progress-bar off \
--only-binary "numpy,dipy,scipy,matplotlib,pandas,statsmodels" \
-ve .[full,test,doc] "numpy>=2" \
"git+https://github.com/larsoner/pyvista.git@refcycle" \
git+https://github.com/sphinx-gallery/sphinx-gallery.git \
"git+https://github.com/pyvista/pyvista.git" \
"git+https://github.com/sphinx-gallery/sphinx-gallery.git" \
"git+https://github.com/mne-tools/mne-bids.git" \
\
alphaCSC autoreject bycycle conpy emd fooof meggie \
mne-ari mne-bids-pipeline mne-faster mne-features \
Expand Down
5 changes: 2 additions & 3 deletions tutorials/clinical/30_ecog.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
Working with ECoG data
======================
MNE supports working with more than just MEG and EEG data. Here we show some
of the functions that can be used to facilitate working with
electrocorticography (ECoG) data.
MNE supports working with more than just MEG and EEG data. Here we show some of the
functions that can be used to facilitate working with electrocorticography (ECoG) data.
This example shows how to use:
Expand Down

0 comments on commit 7e197c7

Please sign in to comment.