mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #93: note that show-inheritance works with automodule.
This commit is contained in:
parent
c3e13cfa9a
commit
10c89799fd
@ -115,9 +115,11 @@ directive.
|
||||
|
||||
.. versionadded:: 0.4
|
||||
|
||||
* The :dir:`autoclass` and :dir:`autoexception` directives also support a
|
||||
flag option called ``show-inheritance``. When given, a list of base
|
||||
classes will be inserted just below the class signature.
|
||||
* The :dir:`automodule`, :dir:`autoclass` and :dir:`autoexception` directives
|
||||
also support a flag option called ``show-inheritance``. When given, a list
|
||||
of base classes will be inserted just below the class signature (when used
|
||||
with :dir:`automodule`, this will be inserted for every class that is
|
||||
documented in the module).
|
||||
|
||||
.. versionadded:: 0.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user