package documentation

This package contains Docutils Writer modules.

Module docutils_xml Simple document tree Writer, writes Docutils XML according to https://docutils.sourceforge.io/docs/ref/docutils.dtd.
Package html4css1 Simple HyperText Markup Language document tree Writer.
Package html5_polyglot 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_odt Open Document Format (ODF) Writer.
Package pep_html PEP HTML Writer.
Module pseudoxml Simple internal document tree Writer, writes indented pseudo-XML.
Package s5_html S5/HTML Slideshow Writer.
Package xetex XeLaTeX document tree Writer.
Module _html_base common definitions for Docutils HTML writers

From __init__.py:

Class UnfilteredWriter A writer that passes the document tree on unchanged (e.g. a serializer.)
Class Writer Abstract base class for docutils Writers.
Function get_writer_class Return the Writer class from the `writer_name` module.
Variable _writer_aliases Undocumented
_writer_aliases: dict[str, str] = (source)

Undocumented

def get_writer_class(writer_name): (source)

Return the Writer class from the `writer_name` module.