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:
@@ -115,9 +115,11 @@ directive.
|
|||||||
|
|
||||||
.. versionadded:: 0.4
|
.. versionadded:: 0.4
|
||||||
|
|
||||||
* The :dir:`autoclass` and :dir:`autoexception` directives also support a
|
* The :dir:`automodule`, :dir:`autoclass` and :dir:`autoexception` directives
|
||||||
flag option called ``show-inheritance``. When given, a list of base
|
also support a flag option called ``show-inheritance``. When given, a list
|
||||||
classes will be inserted just below the class signature.
|
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
|
.. versionadded:: 0.4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user