Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
"See also" section in the Documentation for Rolling.rank has broken links.
https://pandas.pydata.org/docs/dev/reference/api/pandas.core.window.rolling.Rolling.rank.html
Documentation problem
The links to "Series.rolling", "DataFrame.rolling", "Series.rank" and "DataFrame.rank" are broken.
Suggested fix for documentation
those broken links need to link to:
https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.rolling.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.rolling.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.rank.html
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.rank.html