Home | Trees | Indices | Help |
---|
|
Functions for parsing, processing, and formatting Python structured text.
See "Structured Text Formatting Rules":http://www.python.org/sigs/doc-sig/stext.html for more information.
|
|||
Formatter Interface for output formatters for the 'StructuredTextProcessor'. |
|||
TextFormatter Formatter for generating plain text from structured text. |
|||
HtmlFormatter Formatter for generating HTML from structured text. |
|||
StructuredTextProcessor Parser and formatter for Python structured text. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
html_help_text =
|
|||
__entity_char_regex = re.compile(r'
|
|||
__paragraph_regexp = re.compile(r'
|
|||
_verbatim_regexp = re.compile(r'
|
|||
__package__ =
|
|||
character =
|
|||
entity =
|
|
Return 'structured_text' formatted as plain text. 'width' -- The width of the text (including the indentation). 'indent' -- The width of the block indentation of the formatted output. |
Return the first line of 'structured_text'. By convention, the first line of a structured text description is a short summary. |
Split 'structured_text' into paragraphs. 'structured_text' -- A string consisting of structured text. returns -- A sequence of pagraphs of structured text. Each element in the sequence corresponds to a successive pagraph in the 'structured_text'. If 'structured_text' is the empty string, the sequence returned will consist of a single paragraph, itself empty. |
Return the first paragraph of 'structured_text'. 'structured_text' -- A string consisting of structured text. returns -- A string of structured text that is the first paragraph of the 'structured_text'. |
|
html_help_text
|
__entity_char_regex
|
_verbatim_regexp
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:40 2011 | http://epydoc.sourceforge.net |