show base classes in documentation
This commit is contained in:
parent
c92d74c8a7
commit
662092fe08
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ def genapi():
|
|||
======%(equals)s=
|
||||
|
||||
.. automodule:: %(module)s
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:""" % {'module': fmod,
|
||||
'equals': '=' * len(fmod)})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue