@@ -646,23 +646,25 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
646
646
"https://doi.org/10.1002/" , # onlinelibrary.wiley.com/doi/10.1002/hbm
647
647
"https://doi.org/10.1016/" , # neuroimage
648
648
"https://doi.org/10.1021/" , # pubs.acs.org/doi/abs
649
+ "https://doi.org/10.1063/" , # pubs.aip.org/aip/jap
649
650
"https://doi.org/10.1073/" , # pnas.org
651
+ "https://doi.org/10.1080/" , # www.tandfonline.com
652
+ "https://doi.org/10.1088/" , # www.tandfonline.com
650
653
"https://doi.org/10.1093/" , # academic.oup.com/sleep/
651
654
"https://doi.org/10.1098/" , # royalsocietypublishing.org
652
655
"https://doi.org/10.1101/" , # www.biorxiv.org
653
656
"https://doi.org/10.1103" , # journals.aps.org/rmp
654
657
"https://doi.org/10.1111/" , # onlinelibrary.wiley.com/doi/10.1111/psyp
655
658
"https://doi.org/10.1126/" , # www.science.org
656
659
"https://doi.org/10.1137/" , # epubs.siam.org
660
+ "https://doi.org/10.1145/" , # dl.acm.org
657
661
"https://doi.org/10.1155/" , # www.hindawi.com/journals/cin
658
662
"https://doi.org/10.1161/" , # www.ahajournals.org
659
663
"https://doi.org/10.1162/" , # direct.mit.edu/neco/article/
660
664
"https://doi.org/10.1167/" , # jov.arvojournals.org
661
665
"https://doi.org/10.1177/" , # journals.sagepub.com
662
- "https://doi.org/10.1063/" , # pubs.aip.org/aip/jap
663
- "https://doi.org/10.1080/" , # www.tandfonline.com
664
- "https://doi.org/10.1088/" , # www.tandfonline.com
665
666
"https://doi.org/10.3109/" , # www.tandfonline.com
667
+ "https://www.biorxiv.org/content/10.1101/" , # biorxiv.org
666
668
"https://www.researchgate.net/profile/" ,
667
669
"https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html" ,
668
670
r"https://scholar.google.com/scholar\?cites=12188330066413208874&as_ylo=2014" ,
@@ -682,6 +684,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
682
684
"https://www.cea.fr" ,
683
685
"http://www.humanconnectome.org/data" ,
684
686
"https://www.mail-archive.com/[email protected] " ,
687
+ "https://launchpad.net" ,
685
688
# Max retries exceeded
686
689
"https://doi.org/10.7488/ds/1556" ,
687
690
"https://datashare.is.ed.ac.uk/handle/10283" ,
0 commit comments