summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-17 15:28:02 +0200
committerGeorg Brandl <georg@python.org>2013-09-17 15:28:02 +0200
commit5e629d1b968dc3b052aac4c49c9a008f22ba535c (patch)
treeb759ba28ad7f60e38d54f5a09f6924f25e3f9870 /CHANGES
parent61dd3d9a8341fba1f91d5495c038866ffdf80d68 (diff)
downloadsphinx-5e629d1b968dc3b052aac4c49c9a008f22ba535c.tar.gz
* ``apidoc`` now ignores "_private" modules by default, and has an option ``-P``
to include them. * ``apidoc`` now has an option to not generate headings for packages and modules, for the case that the module docstring already includes a reST heading.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index ed8df942..ac5c45f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@ Release 1.2 (in development)
Features added
--------------
+* ``apidoc`` now ignores "_private" modules by default, and has an option ``-P``
+ to include them.
+* ``apidoc`` now has an option to not generate headings for packages and
+ modules, for the case that the module docstring already includes a reST
+ heading.
+* PR#161: ``apidoc`` can now write each module to a standalone page instead of
+ combining all modules in a package on one page.
* Builders: rebuild i18n target document when catalog updated.
* Support docutils.conf 'writers' and 'html4css1 writer' section in the HTML
writer. The latex, manpage and texinfo writers also support their respective
@@ -17,8 +24,6 @@ Features added
include members imported from different modules.
* New locales: Macedonian, Sinhala, Indonesian.
* Theme package collection by using setuptools plugin mechanism.
-* PR#161: ``apidoc`` can now write each module to a standalone page instead of
- combining all modules in a package on one page.
Incompatible changes
--------------------