5 ---------------------------------------------
6 generate unix manpages from reStructured text
7 ---------------------------------------------
9 :Author: grubert@users.sourceforge.net
11 :Copyright: public domain
15 :Manual group: text processing
17 .. TODO: authors and author with name <email>
22 ``rst2man`` ``--help``
24 ``rst2man`` [ OPTIONS ] [ SOURCE [ *destination* ] ]
30 Run it and examine output.
38 For all other options see ``--help``.
44 :rst2man.py xml-schema-catalog.rst xml-schema-catalog.man:
45 create a manpage from xml-schema-catalog.rst
51 *BUG* The section title should be separated from the title above.
59 * and a longer entry, and a longer entry, and a longer entry, and a longer entry,
60 and a longer entry, and a longer entry, and a longer entry, and a longer entry,
72 a. alphabetically list
80 10. bigger indentation if there are more than nine
81 enumerated items (or there are larger numbers)
85 9. dont increment by 1
89 This paragraph must not be indented with the text the last list-item,
90 but start at the left margin of the numbers.
96 :first: a short label and a short text
97 :secondly a longer label: and some more text and some more text
98 and some more text and some more text
101 are also a valuable option and simple nonintrusive formatting
108 +----------+--------+
110 +----------+--------+
113 +----------+--------+
136 inline references `ref something` .
147 `docutils <http://docutils.sourceforge.net>`__
151 More information can be found about
153 * xml-schema-catalog at
154 http://xml-schema-catalog.origo.ethz.ch/
156 And see the stars at the sky!
162 Numerous mapping problems.
164 1. Where do we get the manual section number from ? Commandline ?
165 2. docutils authors should be filled into section "AUTHORS".
166 3. be carefull with linebreaks in generated code.
168 bullets and enumerators.