Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML, LaTeX, man-pages, open-document or XML. It...
docutils is an opensource text processing system for processing plaintext documentation into useful formats, such as html, latex, manpages, opendocument or xml. it includes restructuredtext, the easy to read, easy to use, whatyouseeiswhatyouget plaintext markup language.
_python docutils_the main distribution of restructuredtext is the python docutils package. it contains several conversion tools: rst2html from restructuredtext to html rst2xml from restructuredtext to xml rst2latex from restructuredtext to latex rst2odt from restructuredtext to odf text (word processor) document. rst2s5 from restructuredtext to s5 a simple standardsbased slide show system. rst2man from restructuredtext to man page
text-formatting python html markup python-lib