Skip to content

Commit 53dbe9d

Browse files
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.
1 parent 655a242 commit 53dbe9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@
278278
intersphinx_mapping = {
279279
'statsmodels': ('http://statsmodels.sourceforge.net/devel/', None),
280280
'matplotlib': ('http://matplotlib.org/', None),
281-
'python': ('http://docs.python.org/', None)
281+
'python': ('http://docs.python.org/', None),
282+
'numpy': ('http://docs.scipy.org/doc/numpy', None)
282283
}
283284
import glob
284285
autosummary_generate = glob.glob("*.rst")

0 commit comments

Comments
 (0)