From 0928b0ca3ba4f89d361c698776253544cfc50423 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 3 Feb 2025 14:28:45 -0500 Subject: [PATCH] FIX: Links, too [circle linkcheck] --- doc/changes/names.inc | 2 +- doc/conf.py | 3 ++- examples/io/read_xdf.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/changes/names.inc b/doc/changes/names.inc index 5a58ac0fa34..18753a0c872 100644 --- a/doc/changes/names.inc +++ b/doc/changes/names.inc @@ -256,7 +256,7 @@ .. _Romain Derollepot: https://github.com/rderollepot .. _Romain Trachel: https://fr.linkedin.com/in/trachelr .. _Roman Goj: https://romanmne.blogspot.co.uk -.. _Ross Maddox: https://www.urmc.rochester.edu/labs/maddox-lab.aspx +.. _Ross Maddox: https://medicine.umich.edu/dept/khri/ross-maddox-phd .. _Rotem Falach: https://github.com/Falach .. _Roy Eric Wieske: https://github.com/Randomidous .. _Sammi Chekroud: https://github.com/schekroud diff --git a/doc/conf.py b/doc/conf.py index f1b771571d6..eed98f49467 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -644,6 +644,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines): linkcheck_ignore = [ # will be compiled to regex # 403 Client Error: Forbidden "https://doi.org/10.1002/", # onlinelibrary.wiley.com/doi/10.1002/hbm + "https://doi.org/10.1016/", # neuroimage "https://doi.org/10.1021/", # pubs.acs.org/doi/abs "https://doi.org/10.1073/", # pnas.org "https://doi.org/10.1093/", # academic.oup.com/sleep/ @@ -667,7 +668,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines): r"https://scholar.google.com/scholar\?cites=12188330066413208874&as_ylo=2014", r"https://scholar.google.com/scholar\?cites=1521584321377182930&as_ylo=2013", "https://www.research.chop.edu/imaging", - "http://prdownloads.sourceforge.net/optipng/optipng-0.7.8-win64.zip?download", + "http://prdownloads.sourceforge.net/optipng", "https://sourceforge.net/projects/aespa/files/", "https://sourceforge.net/projects/ezwinports/files/", "https://www.mathworks.com/products/compiler/matlab-runtime.html", diff --git a/examples/io/read_xdf.py b/examples/io/read_xdf.py index 8ed69a3289b..4296167d493 100644 --- a/examples/io/read_xdf.py +++ b/examples/io/read_xdf.py @@ -8,7 +8,7 @@ Here we read some sample XDF data. Although we do not analyze it here, this recording is of a short parallel auditory response (pABR) experiment :footcite:`PolonenkoMaddox2019` and was provided by the `Maddox Lab -`__. +`__. """ # Authors: Clemens Brunner # Eric Larson