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 af7b4b0 commit c4d374aCopy full SHA for c4d374a
1 file changed
doc/conf.py
@@ -16,8 +16,8 @@
16
# These projects are also used for the sphinx_codeautolink extension:
17
intersphinx_mapping = {
18
'IPython': ('https://ipython.readthedocs.io/en/stable/', None),
19
- 'matplotlib': ('https://matplotlib.org/', None),
20
- 'numpy': ('https://docs.scipy.org/doc/numpy/', None),
+ 'matplotlib': ('https://matplotlib.org/stable/', None),
+ 'numpy': ('https://numpy.org/doc/stable/', None),
21
'pandas': ('https://pandas.pydata.org/docs/', None),
22
'python': ('https://docs.python.org/3/', None),
23
}
0 commit comments