We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scipy
1 parent 35d798a commit 9ea09e0Copy full SHA for 9ea09e0
doc/conf.py
@@ -313,7 +313,7 @@
313
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
314
"iris": ("https://scitools-iris.readthedocs.io/en/latest", None),
315
"numpy": ("https://numpy.org/doc/stable", None),
316
- "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
+ "scipy": ("https://docs.scipy.org/doc/scipy", None),
317
"numba": ("https://numba.pydata.org/numba-doc/latest", None),
318
"matplotlib": ("https://matplotlib.org/stable/", None),
319
"dask": ("https://docs.dask.org/en/latest", None),
0 commit comments