| Class | MarkupSyntax | Syntax type we assume comments are using | 
| Function | bigsection | Format a section with a big heading. | 
| Function | disabled_text | Wrap in grey | 
| Function | escape | HTML safe repr and escape | 
| Function | file_link | Make a link to source file. | 
| Function | heading | Format a page heading. | 
| Function | html_repr | Turn method into function | 
| Function | markup | Replace all linkable things with links of appropriate syntax. | 
| Function | module_package_link | Make a link for a module or package to display in an index. | 
| Function | multicolumn | Format a list of items into a multi-column list. | 
| Function | namelink | Make a link for an identifier, given name-to-URL mappings. | 
| Function | preformat | Format literal preformatted text. | 
| Function | section | Format a section with a heading. | 
| Variable | LOGGER | Undocumented | 
| Variable | STDLIB_BASEDIR | Formatter class for HTML documentation. | 
| Parameters | |
| title: str | Undocumented | 
| fgcol: str | Undocumented | 
| bgcol: str | Undocumented | 
| contents: str | Undocumented | 
| width: int | Undocumented | 
| prelude: str | Undocumented | 
| marginalia: str | Undocumented | 
| gap: str | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| url: str | Undocumented | 
| path: str | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| title: str | Undocumented | 
| fgcol: str | Undocumented | 
| bgcol: str | Undocumented | 
| extras: str | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| value: Any | Undocumented | 
| Returns | |
| str | Undocumented | 
Replace all linkable things with links of appropriate syntax.
Handle either an adhoc markup language, or RST or Markdown. funcs, classes, methods are name/symbol to URL maps.
| Parameters | |
| text: str | Undocumented | 
| funcs: Optional[ | Undocumented | 
| classes: Optional[ | Undocumented | 
| methods: Optional[ | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| module_package_info: Tuple[ | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| the_list: Union[ | Undocumented | 
| the_format: Callable[ | Undocumented | 
| cols: int | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| name: str | Undocumented | 
| dicts: Dict[ | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| text: str | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| title: str | Undocumented | 
| fgcol: str | Undocumented | 
| bgcol: str | Undocumented | 
| contents: str | Undocumented | 
| width: int | Undocumented | 
| prelude: str | Undocumented | 
| marginalia: str | Undocumented | 
| gap: str | Undocumented | 
| Returns | |
| str | Undocumented |