4.11. sphinx.builders.qthelp¶
Build input files for the Qt collection generator.
| copyright: | Copyright 2007-2016 by the Sphinx team, see AUTHORS. |
|---|---|
| license: | BSD, see LICENSE for details. |
4.11.1. Functions¶
force_decode(string, encoding) |
Forcibly get a unicode string out of a bytestring. |
htmlescape(s[, quote]) |
Replace special characters “&”, “<” and “>” to HTML-safe sequences. |
4.11.2. Classes¶
QtHelpBuilder(app) |
Builder that also outputs Qt help project, contents and index files. |
StandaloneHTMLBuilder(app) |
Builds standalone HTML docs. |
text_type |
alias of unicode |