4.12. sphinx.builders.texinfo¶
Texinfo builder.
| copyright: | Copyright 2007-2016 by the Sphinx team, see AUTHORS. |
|---|---|
| license: | BSD, see LICENSE for details. |
4.12.1. Functions¶
bold(text) |
|
copyfile(source, dest) |
Copy a file and its modification times, if possible. |
darkgreen(text) |
|
inline_all_toctrees(builder, docnameset, ...) |
Inline all toctrees in the tree. |
iteritems(d, **kw) |
Return an iterator over the (key, value) pairs of a dictionary. |
new_document(source_path[, settings]) |
Return a new empty document object. |
4.12.2. Classes¶
Builder(app) |
Builds target formats from the reST sources. |
FileOutput([destination, destination_path, ...]) |
Output for single, simple file-like objects. |
OptionParser([components, defaults, ...]) |
Parser for command-line and library use. |
TexinfoBuilder(app) |
Builds Texinfo output to create Info documentation. |
TexinfoWriter(builder) |
Texinfo writer for generating Texinfo documents. |