Skip to content

Conversation

espdev
Copy link
Contributor

@espdev espdev commented May 10, 2014

I use Sphinx and numpydoc extension for creating my projects documentation. In my projects I use PyQt (for example). My classes are often inherited from Qt classes. Qt classes have a lot of members and I do not want to see them in my documentation if I do not overload them.

I have added a config bool option numpydoc_show_inherited_class_members. This option allows showing/hiding inherited (not overloaded) members from doc. It's true by default (show all members). The option would work only, if the option numpydoc_show_class_members was enabled.

espdev added 2 commits May 10, 2014 12:29
…ption enables showing of inherited class members in the docs. The option has enabled by default.
@espdev espdev changed the title Added a config option for showing/hiding of inherited class members Added a config option for showing/hiding the inherited class members May 10, 2014
pv added a commit that referenced this pull request Sep 7, 2014
ENH: Add a config option for showing/hiding the inherited class members
@pv pv merged commit 51982b2 into numpy:master Sep 7, 2014
@pv
Copy link
Member

pv commented Sep 7, 2014

Thanks, looks good to me.

@espdev
Copy link
Contributor Author

espdev commented Sep 7, 2014

Thank you very much for merging!

@rgommers rgommers added this to the v0.6 milestone Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants