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

Package docutils.transforms

This package contains modules for standard tree transforms available to Docutils components. Tree transforms serve a variety of purposes:

Each transform is an optional step that a Docutils Reader may choose to perform on the parsed document, depending on the input context. A Docutils Reader may also perform Reader-specific transforms before or after performing these standard transforms.


Submodules
  • components: Docutils component-related transforms.
  • frontmatter: Transforms related to the front matter of a document (information found before the main text):
  • misc: Miscellaneous transforms.
  • parts: Transforms related to document parts.
  • peps: Transforms for PEP processing.
  • references: Transforms for resolving references.
  • universal: Transforms needed by most or all documents:

Classes
Transform Docutils transform component abstract base class.
Transformer Stores transforms (Transform classes) and applies them to document trees.

Exceptions
TransformError  

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