Finish new doc field handling implementation.

This commit is contained in:
Georg Brandl
2010-01-17 12:05:44 +01:00
parent c00fd08aa9
commit c98236bc61
7 changed files with 294 additions and 333 deletions

View File

@@ -7,6 +7,9 @@ Release 1.0 (in development)
* Support for docutils 0.4 has been removed.
* New more compact doc field syntax is now recognized:
``:param type name: description``.
* Added the ``viewcode`` extension.
* Added ``html-collect-pages`` event.