Home | Trees | Index | Help |
|
---|
Package docutils :: Module utils |
|
Classes | |
---|---|
ConditionSet |
A set of two thresholds (report_level & halt_level ), a switch
(debug ), and an I/O stream (stream ), corresponding to one Reporter
category. |
Reporter |
Info/warning/error reporter and system_message element generator. |
Exceptions | |
---|---|
BadOptionDataError |
|
BadOptionError |
|
DuplicateOptionError |
|
ExtensionOptionError |
|
NameValueError |
|
SystemMessage |
Function Summary | |
---|---|
Return a mapping of option names to values. | |
clean_rcs_keywords(paragraph,
keyword_substitutions)
| |
Return a dictionary mapping extension option names to converted values. | |
Return a list of (name, value) from a line of the form "name=value ...". | |
Return a list of option (name, value) pairs from field names & bodies. | |
Return the "source" and "line" attributes from the node given or from
its closest ancestor. | |
Return a new empty document object. | |
Build and return a path to target , relative to source (both files). |
Function Details |
---|
assemble_option_dict(option_list, options_spec)Return a mapping of option names to values.
|
extract_extension_options(field_list, options_spec)Return a dictionary mapping extension option names to converted values.
|
extract_name_value(line)Return a list of (name, value) from a line of the form "name=value ...". |
extract_options(field_list)Return a list of option (name, value) pairs from field names & bodies.
|
get_source_line(node)Return the "source" and "line" attributes from thenode given or from
its closest ancestor. |
new_document(source, settings=None)Return a new empty document object. |
relative_path(source, target)Build and return a path to If there is no common prefix, return the absolute path to |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 05:30:39 2003 | http://epydoc.sf.net |