Builder(app) |
Builds target formats from the reST sources. |
DirectoryHTMLBuilder(app) |
A StandaloneHTMLBuilder that creates all HTML pages as “index.html” in a directory given by their pagename, so that generated URLs don’t have .html in them. |
DocTreeInput([source, source_path, ...]) |
Adapter for document tree input. |
DoctreeReader |
alias of Reader |
HTMLTranslator(builder, *args, **kwds) |
Our custom HTML translator. |
HTMLWriter(builder) |
|
JSONHTMLBuilder(app) |
A builder that dumps the generated HTML into JSON files. |
OptionParser([components, defaults, ...]) |
Parser for command-line and library use. |
PickleHTMLBuilder(app) |
A Builder that dumps the generated HTML into pickle files. |
Publisher([reader, parser, writer, source, ...]) |
A facade encapsulating the high-level logic of a Docutils system. |
PygmentsBridge([dest, stylename, ...]) |
|
SerializingHTMLBuilder(app) |
An abstract builder that serializes the generated HTML. |
SingleFileHTMLBuilder(app) |
A StandaloneHTMLBuilder subclass that puts the whole document tree on one HTML page. |
SmartyPantsHTMLTranslator(*args, **kwds) |
Handle ordinary text via smartypants, converting quotes and dashes to the correct entities. |
StandaloneHTMLBuilder(app) |
Builds standalone HTML docs. |
StringOutput([destination, ...]) |
Direct string output. |
Theme(name[, warn]) |
Represents the theme chosen in the configuration. |
WebHTMLBuilder |
alias of PickleHTMLBuilder |
text_type |
alias of unicode |