Adds docutils modules to lib index, fixes :idx: markers.

This commit is contained in:
Grzegorz Adam Hankiewicz
2013-06-09 16:10:03 +02:00
parent 19a36c9acb
commit 05c2d9bd73
5 changed files with 23 additions and 5 deletions

View File

@@ -255,6 +255,22 @@ Parsers
This is a low level module that implements an extremely efficient buffering
scheme for lexers and parsers. This is used by the diverse parsing modules.
* `highlite <highlite.html>`_
Source highlighter for programming or markup languages. Currently
only few languages are supported, other languages may be added.
The interface supports one language nested in another.
* `rst <rst.html>`_
This module implements a reStructuredText parser. A large subset
is implemented. Some features of the markdown wiki syntax are
also supported.
* `rstast <rstast.html>`_
This module implements an AST for the reStructuredText parser.
* `rstgen <rstgen.html>`_
This module implements a generator of HTML/Latex from reStructuredText.
XML Processing
--------------