From 53dbe9d316238f83800447c360b7c448a33becd9 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 6 Aug 2014 15:39:48 +0200 Subject: [PATCH] DOC: add intersphinx mapping to numpy There are already some references in the API docs to numpy functions, but the links did not yet work up to now. --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4f01fe4f4b278..9acb1252f3746 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -278,7 +278,8 @@ intersphinx_mapping = { 'statsmodels': ('http://statsmodels.sourceforge.net/devel/', None), 'matplotlib': ('http://matplotlib.org/', None), - 'python': ('http://docs.python.org/', None) + 'python': ('http://docs.python.org/', None), + 'numpy': ('http://docs.scipy.org/doc/numpy', None) } import glob autosummary_generate = glob.glob("*.rst")