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.
1 parent 655a242 commit 53dbe9dCopy full SHA for 53dbe9d
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