diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-09 16:10:03 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-09 16:10:41 +0200 |
commit | 05c2d9bd735a39408bf77ef2efca1771aa518a97 (patch) | |
tree | 11a702472659f0fc26790f0f086dce1be47e6dfc /doc/lib.txt | |
parent | 19a36c9acb9383c8be8390abb4f05c01abd1956d (diff) | |
download | Nim-05c2d9bd735a39408bf77ef2efca1771aa518a97.tar.gz |
Adds docutils modules to lib index, fixes :idx: markers.
Diffstat (limited to 'doc/lib.txt')
-rw-r--r-- | doc/lib.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 2f781f375..1b004aa9d 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -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 -------------- |