Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
adding show inheritance to autosummary template#11833
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
In principle I am 👍 , but we need to check that this does not make the pages less readable. |
Ok, so this didn't work on methods. I just thought that the directive should be ignored when it was not applicable. Lets see if I try to write it with if statements or just ignore this. I think that there are often better templates to use. |
8d50bac
to454d24e
Compare454d24e
to2ce33dd
Compareoh, I miss understood what this would do (thought it was going to put in the gaphviz generated diagrams) 🐑 . |
This small edit make the inheritance show up in the docstring for classes when the default template
autosummary.rst
is used. I think that it should be included.