-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DOC: resolve all GL03 docstring validation errors #25525
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25525 +/- ##
===========================================
- Coverage 91.75% 41.71% -50.04%
===========================================
Files 173 173
Lines 52960 52960
===========================================
- Hits 48595 22094 -26501
- Misses 4365 30866 +26501
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #25525 +/- ##
==========================================
- Coverage 91.26% 91.26% -0.01%
==========================================
Files 173 173
Lines 52968 52967 -1
==========================================
- Hits 48340 48338 -2
- Misses 4628 4629 +1
Continue to review full report at Codecov.
|
Original errors:
|
Thanks. Looks like a few more https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=8945&view=logs&jobId=10b0523a-38de-5c7a-02e7-c2259d583b33&taskId=1a0a9012-bae2-55d5-f263-1897ae870737&lineStart=26&lineEnd=27&colStart=1&colEnd=1 Let us know if you need help finishing this off. |
Actually, those are different errors (PR04). Haven't looked close yet at why those are showing up here. |
Thanks @TomAugspurger . Should be good to go now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @TomAugspurger
Thanks! |
* upstream/master: (110 commits) DOC: hardcode contributors for 0.24.x releases (pandas-dev#25662) DOC: restore toctree maxdepth (pandas-dev#25134) BUG: Redefine IndexOpsMixin.size, fix pandas-dev#25580. (pandas-dev#25584) BUG: to_csv line endings with compression (pandas-dev#25625) DOC: file obj for to_csv must be newline='' (pandas-dev#25624) Suppress incorrect warning in nargsort for timezone-aware DatetimeIndex (pandas-dev#25629) TST: fix incorrect sparse test (now failing on scipy master) (pandas-dev#25653) CLN: Removed debugging code (pandas-dev#25647) DOC: require Return section only if return is not None nor commentary (pandas-dev#25008) DOC:Remove hard-coded examples from _flex_doc_SERIES (pandas-dev#24589) (pandas-dev#25524) TST: xref pandas-dev#25630 (pandas-dev#25643) BUG: Fix pandas-dev#25481 by fixing the error message in TypeError (pandas-dev#25540) Fixturize tests/frame/test_mutate_columns.py (pandas-dev#25642) Fixturize tests/frame/test_join.py (pandas-dev#25639) Fixturize tests/frame/test_combine_concat.py (pandas-dev#25634) Fixturize tests/frame/test_asof.py (pandas-dev#25628) BUG: Fix user-facing AssertionError with to_html (pandas-dev#25608) (pandas-dev#25620) DOC: resolve all GL03 docstring validation errors (pandas-dev#25525) TST: failing wheel building on PY2 and old numpy (pandas-dev#25631) DOC: Remove makePanel from docs (pandas-dev#25609) (pandas-dev#25612) ...
GL03
and check in CI #25172git diff upstream/master -u -- "*.py" | flake8 --diff
Original number of errors: 95
Remaining errors: 0