Skip to content

DOC: broken links in the "See also" section for pandas.core.window.rolling.Rolling.rank #50929

Closed
@partev

Description

@partev

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions