Note `autosummary` extension.

This commit is contained in:
Georg Brandl 2009-03-15 23:29:10 +01:00
parent 9f12d678aa
commit 33a30a21db

View File

@ -145,6 +145,9 @@ New features added
- New ``inheritance_diagram`` extension to embed... inheritance - New ``inheritance_diagram`` extension to embed... inheritance
diagrams! diagrams!
- New ``autosummary`` extension that generates summaries of
modules and automatic documentation of modules.
- Autodoc now has a reusable Python API, which can be used to - Autodoc now has a reusable Python API, which can be used to
create custom types of objects to auto-document (e.g. Zope create custom types of objects to auto-document (e.g. Zope
interfaces). See also ``Sphinx.add_autodocumenter()``. interfaces). See also ``Sphinx.add_autodocumenter()``.