diff options
| author | Ben Nathanson <github@bigriver.xyz> | 2020-09-23 08:39:45 -0400 |
|---|---|---|
| committer | Ben Nathanson <github@bigriver.xyz> | 2020-09-23 08:39:45 -0400 |
| commit | fe7c3614a491d087ddc9102bfcff63bed7f8cea1 (patch) | |
| tree | 121be18c7b9ce09243b04ef3fba914be41798492 /doc/source/conf.py | |
| parent | bf37644ca5987f5fabfe72be6da1fcf7a0b6b6a8 (diff) | |
| download | numpy-fe7c3614a491d087ddc9102bfcff63bed7f8cea1.tar.gz | |
DOC: History cleanup for #17353
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 2 |
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), } |
