Skip to content

Fix part of docstring timedelta index#59698 #59707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 4, 2024
Merged

Fix part of docstring timedelta index#59698 #59707

merged 9 commits into from
Sep 4, 2024

Conversation

uditbaliyan
Copy link
Contributor

Part of #59698

Addresses:
pandas.TimedeltaIndex

Added missing 'See Also' sections (SA01) for the following methods:

  • pandas.Timedelta.ceil
  • pandas.Timedelta.floor
  • pandas.Timedelta.asm8
  • pandas.Timedelta.round

Removed:

  • -i "pandas.Timedelta.asm8 SA01" \
  • -i "pandas.Timedelta.ceil SA01" \
  • -i "pandas.Timedelta.floor SA01" \
  • -i "pandas.Timedelta.round SA01" \

from code_checks.sh

@mroeschke mroeschke added the Docs label Sep 4, 2024
@mroeschke mroeschke added this to the 3.0 milestone Sep 4, 2024
@mroeschke mroeschke merged commit bc9b1c3 into pandas-dev:main Sep 4, 2024
88 of 90 checks passed
@mroeschke
Copy link
Member

Thanks @uditbaliyan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants