package documentation
(source)

This package contains Docutils Writer modules.
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.
Package odf​_odt Open Document Format (ODF) Writer.
Package pep​_html PEP HTML Writer.
Package s5​_html S5/HTML Slideshow Writer.
Package xetex XeLaTeX document tree Writer.
Module docutils​_xml Simple document tree Writer, writes Docutils XML according to http://docutils.sourceforge.net/docs/ref/docutils.dtd.
Module manpage Simple man page writer for reStructuredText.
Module null A do-nothing Writer.
Module pseudoxml Simple internal document tree Writer, writes indented pseudo-XML.
Module _html​_base common definitions for Docutils HTML writers

From __init__.py:

Class ​Unfiltered​Writer 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.