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. | 
Generate Lore input files from the man pages in manDir.
| 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.
 |