@@ -646,23 +646,25 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
646646 "https://doi.org/10.1002/" , # onlinelibrary.wiley.com/doi/10.1002/hbm
647647 "https://doi.org/10.1016/" , # neuroimage
648648 "https://doi.org/10.1021/" , # pubs.acs.org/doi/abs
649+ "https://doi.org/10.1063/" , # pubs.aip.org/aip/jap
649650 "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
650653 "https://doi.org/10.1093/" , # academic.oup.com/sleep/
651654 "https://doi.org/10.1098/" , # royalsocietypublishing.org
652655 "https://doi.org/10.1101/" , # www.biorxiv.org
653656 "https://doi.org/10.1103" , # journals.aps.org/rmp
654657 "https://doi.org/10.1111/" , # onlinelibrary.wiley.com/doi/10.1111/psyp
655658 "https://doi.org/10.1126/" , # www.science.org
656659 "https://doi.org/10.1137/" , # epubs.siam.org
660+ "https://doi.org/10.1145/" , # dl.acm.org
657661 "https://doi.org/10.1155/" , # www.hindawi.com/journals/cin
658662 "https://doi.org/10.1161/" , # www.ahajournals.org
659663 "https://doi.org/10.1162/" , # direct.mit.edu/neco/article/
660664 "https://doi.org/10.1167/" , # jov.arvojournals.org
661665 "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
665666 "https://doi.org/10.3109/" , # www.tandfonline.com
667+ "https://www.biorxiv.org/content/10.1101/" , # biorxiv.org
666668 "https://www.researchgate.net/profile/" ,
667669 "https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html" ,
668670 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):
682684 "https://www.cea.fr" ,
683685 "http://www.humanconnectome.org/data" ,
684686 "https://www.mail-archive.com/[email protected] " ,
687+ "https://launchpad.net" ,
685688 # Max retries exceeded
686689 "https://doi.org/10.7488/ds/1556" ,
687690 "https://datashare.is.ed.ac.uk/handle/10283" ,
0 commit comments