From: W. Trevor King Date: Tue, 18 May 2010 14:43:20 +0000 (-0400) Subject: Introduce intersphinx to Numpy, Scipy, and Matplotlib X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a700ffb42ec4e9d5cdc3fe40dde4e2bed4d19c7b;p=hooke.git Introduce intersphinx to Numpy, Scipy, and Matplotlib --- 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 -------------------------------------------------------