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 daa9b20 commit 2db73daCopy full SHA for 2db73da
docs/conf.py
@@ -184,9 +184,9 @@
184
intersphinx_mapping = {
185
'https://docs.python.org/3/': None,
186
'https://numpy.org/doc/stable/': None,
187
- 'https://docs.scipy.org/doc/scipy/reference': None,
188
- 'https://matplotlib.org': None,
189
- 'https://pandas.pydata.org/pandas-docs/stable/': None,
+ "https://docs.scipy.org/doc/scipy/": None,
+ "https://matplotlib.org/stable/": None,
+ "https://pandas.pydata.org/docs/": None,
190
"http://docs.enthought.com/mayavi/mayavi/": None,
191
"https://www.riverbankcomputing.com/static/Docs/PyQt5/": None,
192
"http://docs.enthought.com/mayavi/tvtk/": None,
0 commit comments