We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4707664 commit 7fb818bCopy full SHA for 7fb818b
docs/sphinx/source/conf.py
@@ -66,7 +66,7 @@
66
intersphinx_mapping = {
67
'python': ('https://docs.python.org/3/', None),
68
'numpy': ('https://numpy.org/doc/stable/', None),
69
- 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
+ 'scipy': ('https://docs.scipy.org/doc/scipy/', None),
70
'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None),
71
'matplotlib': ('https://matplotlib.org/stable', None),
72
}
0 commit comments