Autodoc can now exclude single members from documentation

via the ``exclude-members`` option.
This commit is contained in:
Georg Brandl
2009-03-15 23:52:48 +01:00
parent 989f8a593d
commit e517911ac3
4 changed files with 27 additions and 2 deletions

View File

@@ -141,6 +141,12 @@ directive.
.. versionadded:: 0.6
* The directives supporting member documentation also have a
``exclude-members`` option that can be used to exclude single member names
from documentation, if all members are to be documented.
.. versionadded:: 0.6
.. note::
In an :dir:`automodule` directive with the ``members`` option set, only