From a700ffb42ec4e9d5cdc3fe40dde4e2bed4d19c7b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 18 May 2010 10:43:20 -0400 Subject: [PATCH] Introduce intersphinx to Numpy, Scipy, and Matplotlib --- doc/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5611106..a178776 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -201,7 +201,12 @@ latex_documents = [ # -- Options for intersphinx --------------------------------------------------- -intersphinx_mapping = {'http://docs.python.org/dev': None} +intersphinx_mapping = { + 'http://docs.python.org/dev/': None, + 'http://docs.scipy.org/doc/numpy/': None, + 'http://docs.scipy.org/doc/scipy/reference/': None, + 'http://matplotlib.sourceforge.net/' : None, + } # -- Options for pngmath ------------------------------------------------------- -- 2.26.2