Package docutils :: Package parsers
[show private | hide private]
[frames | no frames]

Package docutils.parsers

This package contains Docutils parser modules.
Submodules
  • rst: This is docutils.parsers.rst package.
    • directives: This package contains directive implementation modules.
      • admonitions: Admonition directives.
      • body: Directives for additional body elements.
      • html: Directives for typically HTML-specific constructs.
      • images: Directives for figures and simple images.
      • misc: Miscellaneous directives.
      • parts: Directives for document parts.
      • references: Directives for references and targets.
    • languages: This package contains modules for language-dependent features of reStructuredText.
      • de: German-language mappings for language-dependent features of reStructuredText.
      • en: English-language mappings for language-dependent features of reStructuredText.
      • es: Spanish-language mappings for language-dependent features of reStructuredText.
      • fr: French-language mappings for language-dependent features of reStructuredText.
      • it: Italian-language mappings for language-dependent features of reStructuredText.
      • sk: Slovak-language mappings for language-dependent features of reStructuredText.
      • sv: Swedish language mappings for language-dependent features of reStructuredText.
    • states: This is the docutils.parsers.restructuredtext.states module, the core of the reStructuredText parser.
    • tableparser: This module defines table parser classes,which parse plaintext-graphic tables and produce a well-formed data structure suitable for building a CALS table.

Classes
Parser  

Function Summary
  get_parser_class(parser_name)
Return the Parser class from the parser_name module.

Variable Summary
dict _parser_aliases = {'rtxt': 'rst', 'restructuredtext': 'r...

Function Details

get_parser_class(parser_name)

Return the Parser class from the parser_name module.

Variable Details

_parser_aliases

Type:
dict
Value:
{'rtxt': 'rst', 'restructuredtext': 'rst', 'rest': 'rst', 'restx': 'rs\
t'}                                                                    

Generated by Epydoc 2.0 on Tue Jul 22 05:30:54 2003 http://epydoc.sf.net