package documentation
This package contains Docutils Writer modules.
Module | docutils |
Simple document tree Writer, writes Docutils XML according to http://docutils.sourceforge.net/docs/ref/docutils.dtd. |
Package | html4css1 |
Simple HyperText Markup Language document tree Writer. |
Package | html5 |
Plain HyperText Markup Language document tree Writer. |
Package | latex2e |
LaTeX2e document tree Writer. |
Module | manpage |
Simple man page writer for reStructuredText. |
Module | null |
A do-nothing Writer. |
Package | odf |
Open Document Format (ODF) Writer. |
Package | pep |
PEP HTML Writer. |
Module | pseudoxml |
Simple internal document tree Writer, writes indented pseudo-XML. |
Package | s5 |
S5/HTML Slideshow Writer. |
Package | xetex |
XeLaTeX document tree Writer. |
Module | _html |
common definitions for Docutils HTML writers |
From __init__.py
:
Class |
|
A writer that passes the document tree on unchanged (e.g. a serializer.) |
Class |
|
Abstract base class for docutils Writers. |
Function | get |
Return the Writer class from the writer_name module. |
Variable | _writer |
Undocumented |