Skip to content

Commit 83ed483

Browse files
Merge pull request #7946 from jorisvandenbossche/intersphinx_numpy
DOC: add intersphinx mapping to numpy
2 parents 71b42c6 + 53dbe9d commit 83ed483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/conf.py

+2-1
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)