Simple man page writer for reStructuredText.
Man pages (short for "manual pages") contain system documentation on unix-like systems. The pages are grouped in numbered sections:
1 executable programs and shell commands 2 system calls 3 library functions 4 special files 5 file formats 6 games 7 miscellaneous 8 system administration
Man pages are written troff, a text file formatting system.
See http://www.tldp.org/HOWTO/Man-Page for a start.
Man pages have no subsection only parts. Standard parts
NAME , SYNOPSIS , DESCRIPTION , OPTIONS , FILES , SEE ALSO , BUGS ,
and
AUTHOR .
A unix-like system keeps an index of the DESCRIPTIONs, which is accessible by the command whatis or apropos.
Class | Table |
No class docstring; 0/4 instance variable, 3/6 methods documented |
Class | Translator |
No class docstring; 0/24 instance variable, 0/3 class variable, 8/185 methods documented |
Class | Writer |
No class docstring; 1/2 instance variable, 1/1 class variable, 0/2 method documented |
Constant | BLOCKQOUTE_INDENT |
Undocumented |
Constant | DEFINITION_LIST_INDENT |
Undocumented |
Constant | FIELD_LIST_INDENT |
Undocumented |
Constant | LITERAL_BLOCK_INDENT |
Undocumented |
Constant | MACRO_DEF |
Undocumented |
Constant | OPTION_LIST_INDENT |
Undocumented |