summary refs log tree commit diff stats
path: root/doc/lib.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-09 16:10:03 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-09 16:10:41 +0200
commit05c2d9bd735a39408bf77ef2efca1771aa518a97 (patch)
tree11a702472659f0fc26790f0f086dce1be47e6dfc /doc/lib.txt
parent19a36c9acb9383c8be8390abb4f05c01abd1956d (diff)
downloadNim-05c2d9bd735a39408bf77ef2efca1771aa518a97.tar.gz
Adds docutils modules to lib index, fixes :idx: markers.
Diffstat (limited to 'doc/lib.txt')
-rw-r--r--doc/lib.txt16
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
 --------------
ef='#n170'>170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201