-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: some doc fixes #17913
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: some doc fixes #17913
Conversation
@@ -649,6 +649,7 @@ The dtype of a ``Categorical`` can be described by a :class:`pandas.api.types.Ca | |||
|
|||
.. autosummary:: | |||
:toctree: generated/ | |||
:template: autosummary/class_without_autosummary.rst |
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.
Does this fix all those extra warnings I introduced?
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.
Ah, I see the extension of the hack below :) thanks.
Codecov Report
@@ Coverage Diff @@
## master #17913 +/- ##
=========================================
Coverage ? 91.22%
=========================================
Files ? 163
Lines ? 50107
Branches ? 0
=========================================
Hits ? 45710
Misses ? 4397
Partials ? 0
Continue to review full report at Codecov.
|
* fix/update examples in user guide * fix some docstrings * don't include all methods/attributes of CategoricalDtype * additional fix
* fix/update examples in user guide * fix some docstrings * don't include all methods/attributes of CategoricalDtype * additional fix
* fix/update examples in user guide * fix some docstrings * don't include all methods/attributes of CategoricalDtype * additional fix
No description provided.