diff options
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,9 @@ New features added - #4: Added a ``:download:`` role that marks a non-document file for inclusion into the HTML output and links to it. + - The ``literalinclude`` directive now supports several more + options, to include only parts of a file. + - The ``toctree`` directive now supports a ``:hidden:`` flag, which will prevent links from being generated in place of the directive -- this allows you to define your document @@ -68,6 +71,8 @@ New features added * Extensions and API: + - Autodoc now handles documented attributes. + - Autodoc now handles inner classes and their methods. - There is now a ``Sphinx.add_lexer()`` method to be able to use |
