@@ -650,10 +650,11 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
650
650
"https://doi.org/10.1073/" , # pnas.org
651
651
"https://doi.org/10.1080/" , # www.tandfonline.com
652
652
"https://doi.org/10.1088/" , # www.tandfonline.com
653
+ "https://doi.org/10.1090/" , # ams.org
653
654
"https://doi.org/10.1093/" , # academic.oup.com/sleep/
654
655
"https://doi.org/10.1098/" , # royalsocietypublishing.org
655
656
"https://doi.org/10.1101/" , # www.biorxiv.org
656
- "https://doi.org/10.1103" , # journals.aps.org/rmp
657
+ "https://doi.org/10.1103/ " , # journals.aps.org/rmp
657
658
"https://doi.org/10.1111/" , # onlinelibrary.wiley.com/doi/10.1111/psyp
658
659
"https://doi.org/10.1126/" , # www.science.org
659
660
"https://doi.org/10.1137/" , # epubs.siam.org
@@ -663,7 +664,9 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
663
664
"https://doi.org/10.1162/" , # direct.mit.edu/neco/article/
664
665
"https://doi.org/10.1167/" , # jov.arvojournals.org
665
666
"https://doi.org/10.1177/" , # journals.sagepub.com
667
+ "https://doi.org/10.1523/" , # jneurosci.org
666
668
"https://doi.org/10.3109/" , # www.tandfonline.com
669
+ "https://doi.org/10.3390/" , # mdpi.com
667
670
"https://hms.harvard.edu/" , # doc/funding.rst
668
671
"https://stackoverflow.com/questions/21752259/python-why-pickle" , # doc/help/faq
669
672
"https://www.biorxiv.org/content/10.1101/" , # biorxiv.org
@@ -675,6 +678,8 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
675
678
"http://prdownloads.sourceforge.net/optipng" ,
676
679
"https://sourceforge.net/projects/aespa/files/" ,
677
680
"https://sourceforge.net/projects/ezwinports/files/" ,
681
+ r"https://.*\.sourceforge\.net/" ,
682
+ "https://www.cogsci.nl/smathot" ,
678
683
"https://www.mathworks.com/products/compiler/matlab-runtime.html" ,
679
684
"https://medicine.umich.edu/dept/khri/ross-maddox-phd" ,
680
685
# TODO https://github.com/mne-tools/curry-python-reader/issues/5
0 commit comments