Package docutils :: Package transforms :: Module peps :: Class TargetNotes
[show private | hide private]
[frames | no frames]

Class TargetNotes

Transform --+
            |
           TargetNotes


Locate the "References" section, insert a placeholder for an external target footnote insertion transform at the end, and schedule the transform to run immediately.
Method Summary
  apply(self)
Override to apply the transform to the document tree.
  cleanup_callback(self, pending)
Remove an empty "References" section.
    Inherited from Transform
  __init__(self, document, startnode)
Initial setup for in-place document transforms.

Class Variable Summary
int default_priority = 520                                                                   

Method Details

apply(self)

Override to apply the transform to the document tree.
Overrides:
docutils.transforms.Transform.apply (inherited documentation)

cleanup_callback(self, pending)

Remove an empty "References" section.

Called after the references.TargetNotes transform is complete.


Class Variable Details

default_priority

Type:
int
Value:
520                                                                   

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