-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Capitalize docstring summaries of Series #23647
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
Conversation
Hello @avolkov! Thanks for updating the PR.
Comment last updated on November 20, 2018 at 16:35 Hours UTC |
Nice work, thanks @avolkov Do you mind taking care in this PR or the next issue in the same docstrings you fixed: We have this in many cases:
But the right formatting would be:
Besides the capital letter:
Sorry I didn't see that was wrong in these same docstrings, but if you can fix this here, that would be really great. |
Sure, I've noticed some of these strings were inconsistent. I'll update current PR with fixes. |
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.
Thanks @avolkov much better now. I added few missing periods that you should be able to accept just with a click. Happy to merge after that.
Co-Authored-By: avolkov <alex@flamy.ca>
Co-Authored-By: avolkov <alex@flamy.ca>
Co-Authored-By: avolkov <alex@flamy.ca>
Co-Authored-By: avolkov <alex@flamy.ca>
Can you merge master into your branch @avolkov. Not sure why the CI was cancelled for this PR, but that should trigger a new run. |
Still no luck with the CI, can you merge master again please |
I was sure something was wrong in master. If that doesn't work and re-run tests locally cherry-picking the changes. |
@avolkov just realized that we have a test that it's checking the text in a docstring. That's what is making the CI fail. Can you take a look and fix it please? This is what it's failing I think:
|
…st_hasnans_unchached_for_series
@avolkov can you fix the error in travis please:
|
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.
Looks great, thank you @avolkov
Codecov Report
@@ Coverage Diff @@
## master #23647 +/- ##
==========================================
+ Coverage 92.24% 92.28% +0.03%
==========================================
Files 161 161
Lines 51339 51461 +122
==========================================
+ Hits 47360 47493 +133
+ Misses 3979 3968 -11
Continue to review full report at Codecov.
|
thanks! |
Updated documentation to resolve SS02 errors in pandas.Series
git diff upstream/master -u -- "*.py" | flake8 --diff