We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86292d commit 4792a7bCopy full SHA for 4792a7b
1 file changed
doc/sources/conf.py
@@ -86,7 +86,7 @@
86
"numpy": ("https://numpy.org/doc/stable", None),
87
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
88
"matplotlib": ("https://matplotlib.org/stable/", None),
89
- "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
+ "pandas": ("https://pandas.pydata.org/docs/", None),
90
"joblib": ("https://joblib.readthedocs.io/en/latest/", None),
91
"seaborn": ("https://seaborn.pydata.org/", None),
92
"skops": ("https://skops.readthedocs.io/en/stable/", None),
0 commit comments