#187: Added support for source ordering of members in autodoc, with `autodoc_member_order = 'bysource'`.

This commit is contained in:
Georg Brandl
2010-02-28 11:39:13 +01:00
parent 9a316a21a0
commit a31e7e2f5d
5 changed files with 74 additions and 10 deletions

View File

@@ -10,6 +10,9 @@ Release 1.0 (in development)
* Added a manual page builder.
* Added support for source ordering of members in autodoc, with
``autodoc_member_order = 'bysource'``.
* In HTML output, inline roles now get a CSS class with their name,
allowing styles to customize their appearance. Domain-specific
roles get two classes, ``domain`` and ``domain-rolename``.