-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Adding missing module, causing sphinx not to find functions/methods #24420
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
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.
why are you removing these??? it doesn’t matter if we don’t reference these from the docs themselves, these r all valid
Codecov Report
@@ Coverage Diff @@
## master #24420 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51950 51950
=======================================
Hits 47953 47953
Misses 3997 3997
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24420 +/- ##
=======================================
Coverage 92.3% 92.3%
=======================================
Files 163 163
Lines 51950 51950
=======================================
Hits 47953 47953
Misses 3997 3997
Continue to review full report at Codecov.
|
Sorry, my fault, had a problem in my pandas set up, and I was getting sphinx warnings that weren't true, about those methods/functions not existing. Just couple of the were real, because of the module being missing. |
thanks @datapythonista |
sphinx is generating warnings because we reference API pages that don't exist.
This is because autosummary is processed before the
currentmodule
directive is injected to{{ header }}