Fix #93: note that show-inheritance works with automodule.

This commit is contained in:
Georg Brandl 2009-02-15 18:52:28 +01:00
parent c3e13cfa9a
commit 10c89799fd

View File

@ -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