-
Notifications
You must be signed in to change notification settings - Fork 140
[Feature Request] support :inherited-members: and :show-inheritance: #183
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
Labels
Comments
AWhetter
added a commit
that referenced
this issue
Feb 1, 2020
Also turned autoapi_include_inheritance_graphs into a show-inheritance-diagram AutoAPI option to be more consistent with show-inheritance. Partially implements #183
Is there any example project that uses this? I tried to enable the
@AWhetter could you have a look? Am I doing something wrong? |
This is a different bug. AutoAPI is currently ignoring inherited attributes. Please could you make a separate issue for the problem. |
Thanks for the response. I have opened #272. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the key selling points of
autoapi
is that unlikeautodoc
, it does not need to load, run, or import the project being documented. However,autoapi
current does not support showing inheritance or inherited members (seeautoapi_options
in https://sphinx-autoapi.readthedocs.io/en/latest/reference/config.html.To be a viable replacement for
autodocs
in our use case, we would like support for:inherited-members:
and:show-inheritance:
.The text was updated successfully, but these errors were encountered: