| Home | Trees | Index | Help |
|
|---|
| Package docutils :: Module frontend |
|
Command-line and common processing for Docutils front-end tools.
Exports the following classes:
OptionParser: Standard Docutils command-line processing.Values: Runtime settings; objects are simple structs
(object.attribute).ConfigParser: Standard Docutils config file processing.| Classes | |
|---|---|
ConfigParser |
|
OptionParser |
Parser for command-line and library use. |
| Function Summary | |
|---|---|
Interpret filesystem path settings relative to the base_path given. | |
Read a configuration file during option processing. | |
Validate & set the encoding specified. | |
Validate & set the encoding and error handler specified. | |
Validate & set the encoding error handler specified. | |
Store multiple values in parser.values. | |
validate_encoding(name,
value)
| |
validate_encoding_and_error_handler(name,
value)
| |
validate_encoding_error_handler(name,
value)
| |
| Function Details |
|---|
make_paths_absolute(pathdict, keys, base_path=None)Interpret filesystem path settings relative to the Paths are values in |
read_config_file(option, opt, value, parser)Read a configuration file during option processing. (Option callback.) |
set_encoding(option, opt, value, parser)Validate & set the encoding specified. (Option callback.) |
set_encoding_and_error_handler(option, opt, value, parser)Validate & set the encoding and error handler specified. (Option callback.) |
set_encoding_error_handler(option, opt, value, parser)Validate & set the encoding error handler specified. (Option callback.) |
store_multiple(option, opt, value, parser, *args, **kwargs)Store multiple values in Store |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Jul 22 05:30:40 2003 | http://epydoc.sf.net |