summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-05 14:07:16 -0600
committerGitHub <noreply@github.com>2020-10-05 14:07:16 -0600
commit07a97601175f44ecda357514c0b91ea5139fb04e (patch)
tree5c1d351b634ba388cd93b23db9d679d188e47401 /doc/source/conf.py
parent923e77abdbc22c0ee5816086a334617bf7935f1c (diff)
parent3ebcf252efb8189e5d2b114685280fd5fff007ef (diff)
downloadnumpy-07a97601175f44ecda357514c0b91ea5139fb04e.tar.gz
Merge pull request #17353 from bjnath/how-to-io
DOC: How-to guide for I/O
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),
}