Part of twisted.python._release View Source View In Hierarchy
| Method | build | Generate Lore input files from the man pages in manDir. |
Inherited from LoreBuilderMixin:
| Method | lore | Run lore with the given arguments. |
manDir.
Input files ending in .1 will be considered. Output will written as -man.xhtml files.
| Parameters | manDir | The directory of the man pages.
(type: twisted.python.filepath.FilePath
) |
| Raises | NoDocumentsFound | When there are no .1 files in the given manDir.
|