Pandas version checks

  • [X] 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

Screenshot 2023-01-21 19 07 07

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