summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorBen Nathanson <github@bigriver.xyz>2020-09-23 08:39:45 -0400
committerBen Nathanson <github@bigriver.xyz>2020-09-23 08:39:45 -0400
commitfe7c3614a491d087ddc9102bfcff63bed7f8cea1 (patch)
tree121be18c7b9ce09243b04ef3fba914be41798492 /doc/source/conf.py
parentbf37644ca5987f5fabfe72be6da1fcf7a0b6b6a8 (diff)
downloadnumpy-fe7c3614a491d087ddc9102bfcff63bed7f8cea1.tar.gz
DOC: History cleanup for #17353
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index fe7ea0967..66eb94856 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -227,6 +227,8 @@ intersphinx_mapping = {
'matplotlib': ('https://matplotlib.org', None),
'imageio': ('https://imageio.readthedocs.io/en/stable', None),
'skimage': ('https://scikit-image.org/docs/stable', None),
+ 'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None),
+ 'scipy-lecture-notes': ('https://scipy-lectures.org', None),
}