summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwrwrwr <git@wr.waw.pl>2016-10-28 01:34:06 +0200
committerwrwrwr <git@wr.waw.pl>2016-10-28 01:53:48 +0200
commitb11931d1f43b35dc80348e5e8f9e2c86d348117c (patch)
treef84a57f9476f83c055c68a6c75526f7a8a1387a0 /doc
parent4083ea6617aff898868643cefdd828225ebecbad (diff)
downloadnumpy-b11931d1f43b35dc80348e5e8f9e2c86d348117c.tar.gz
DOC: Add SciPy inventory for intersphinx.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9ad17d5c0..8c18e423a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -201,6 +201,7 @@ texinfo_documents = [
# -----------------------------------------------------------------------------
intersphinx_mapping = {
'python': ('https://docs.python.org/dev', None),
+ 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
'matplotlib': ('http://matplotlib.org', None)
}