Skip to content

Commit 2db73da

Browse files
committed
Update intersphinx links to Scipy, Matplotlib, and Pandas
Update Sphinx links to these libraries' API docs.
1 parent daa9b20 commit 2db73da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@
184184
intersphinx_mapping = {
185185
'https://docs.python.org/3/': None,
186186
'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,
187+
"https://docs.scipy.org/doc/scipy/": None,
188+
"https://matplotlib.org/stable/": None,
189+
"https://pandas.pydata.org/docs/": None,
190190
"http://docs.enthought.com/mayavi/mayavi/": None,
191191
"https://www.riverbankcomputing.com/static/Docs/PyQt5/": None,
192192
"http://docs.enthought.com/mayavi/tvtk/": None,

0 commit comments

Comments
 (0)