From 33a30a21dbcbc58455ea942ab8058393c29adbe2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 15 Mar 2009 23:29:10 +0100 Subject: [PATCH] Note ``autosummary`` extension. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index cd0c82fb5..a632759dc 100644 --- a/CHANGES +++ b/CHANGES @@ -145,6 +145,9 @@ New features added - New ``inheritance_diagram`` extension to embed... inheritance 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 create custom types of objects to auto-document (e.g. Zope interfaces). See also ``Sphinx.add_autodocumenter()``.