We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like the developer methods like _values_for_facotrize are excluded from autodoc.
_values_for_facotrize
http://pandas-docs.github.io/pandas-docs-travis/generated/pandas.api.extensions.ExtensionArray.html#pandas.api.extensions.ExtensionArray
We should be able to explicitly list out the methods / attributes that are public.
May have to change the template to autosummary/class_without_autosummary.rst like Categorical.
autosummary/class_without_autosummary.rst
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Seems like the developer methods like
_values_for_facotrize
are excluded from autodoc.http://pandas-docs.github.io/pandas-docs-travis/generated/pandas.api.extensions.ExtensionArray.html#pandas.api.extensions.ExtensionArray
We should be able to explicitly list out the methods / attributes that are public.
May have to change the template to
autosummary/class_without_autosummary.rst
like Categorical.The text was updated successfully, but these errors were encountered: