4.10. sphinx.builders.manpage¶
Manual pages builder.
| copyright: | Copyright 2007-2016 by the Sphinx team, see AUTHORS. |
|---|---|
| license: | BSD, see LICENSE for details. |
4.10.1. Functions¶
bold(text) |
|
darkgreen(text) |
|
inline_all_toctrees(builder, docnameset, ...) |
Inline all toctrees in the tree. |
4.10.2. Classes¶
Builder(app) |
Builds target formats from the reST sources. |
FileOutput([destination, destination_path, ...]) |
Output for single, simple file-like objects. |
ManualPageBuilder(app) |
Builds groff output in manual page format. |
ManualPageWriter(builder) |
|
OptionParser([components, defaults, ...]) |
Parser for command-line and library use. |