We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71b42c6 + 53dbe9d commit 83ed483Copy full SHA for 83ed483
doc/source/conf.py
@@ -278,7 +278,8 @@
278
intersphinx_mapping = {
279
'statsmodels': ('http://statsmodels.sourceforge.net/devel/', None),
280
'matplotlib': ('http://matplotlib.org/', None),
281
- 'python': ('http://docs.python.org/', None)
+ 'python': ('http://docs.python.org/', None),
282
+ 'numpy': ('http://docs.scipy.org/doc/numpy', None)
283
}
284
import glob
285
autosummary_generate = glob.glob("*.rst")
0 commit comments