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 c31778b + 242bfc0 commit 0270dd5Copy full SHA for 0270dd5
doc/source/conf.py
@@ -51,10 +51,10 @@
51
autoclass_content = 'class'
52
53
intersphinx_mapping = {
54
- 'python': ('https://docs.python.org/', None),
55
- 'pandas': ('http://pandas.pydata.org/pandas-docs/version/0.19.2/', None),
56
- 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
57
- 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
+ 'python': ('https://docs.python.org/3/', None),
+ 'pandas': ('https://pandas.pydata.org/docs/', None),
+ 'numpy': ('https://numpy.org/doc/stable/', None),
+ 'scipy': ('https://docs.scipy.org/doc/scipy/', None),
58
'matplotlib': ('https://matplotlib.org/stable/', None),
59
}
60
0 commit comments