class TargetNotes(Transform):
Method | __init__ |
Initial setup for in-place document transforms. |
Method | apply |
Override to apply the transform to the document tree. |
Method | make_target_footnote |
Undocumented |
Class Variable | default_priority |
The TargetNotes transform has to be applied after IndirectHyperlinks but before Footnotes . |
Instance Variable | classes |
Undocumented |
Inherited from Transform
:
Instance Variable | document |
The document tree to transform. |
Instance Variable | language |
Language module local to this document. |
Instance Variable | startnode |
Node from which to begin the transform. For many transforms which apply to the document as a whole, startnode is not set (i.e. its value is None ). |
docutils.transforms.Transform.__init__
docutils.transforms.Transform.apply
int
=
IndirectHyperlinks
but before Footnotes
.