-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] Fix some docs build warnings #10674
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10674 +/- ##
================================================
+ Coverage 86.29% 86.33% +0.03%
================================================
Files 144 144
Lines 22656 22665 +9
================================================
+ Hits 19552 19567 +15
+ Misses 3104 3098 -6
Continue to review full report at Codecov.
|
This PR has been labeled |
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.
One request, otherwise LGTM.
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.
Ooh, that fix for GenericIndex
probably reduces a lot of warnings! Nice job.
@gpucibot merge |
This PR fixes some docstrings and add's references to
numpy.dtype
at some places.