Skip to content

DOC: Remove RT03 docstring errors for selected methods #57797

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 10 commits into from
Mar 10, 2024

Conversation

bergnerjonas
Copy link
Contributor

Resolve all RT03 errors for the following cases:

scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.pop
scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.reindex
scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.reorder_levels
scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.swapaxes - deprecated in favor of .transpose, which already has valid docstring
scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.to_numpy
scripts/validate_docstrings.py --format=actions --errors=RT03 pandas.DataFrame.to_orc

xref DOC: fix RT03 errors in docstrings DOC: fix RT03 errors in docstrings #57416

@bergnerjonas bergnerjonas requested a review from mroeschke as a code owner March 10, 2024 15:03
@mroeschke mroeschke added the Docs label Mar 10, 2024
@mroeschke mroeschke added this to the 3.0 milestone Mar 10, 2024
@mroeschke mroeschke merged commit 0df2f0d into pandas-dev:main Mar 10, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @bergnerjonas

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
)

* Add return information on pop method.

* Add return information on reindex method.

* Add return information to reorder_levels method.

* Add return information for to_numpy method.

* Add return information to to_orc method.

* Do not ignore fixed methods in code checks

* Resolve docstring validation errors.

* Fix errors in docstring

* Fix link label

* Fix label link
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