Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
docutils.transforms.peps.TargetNotes Class Reference
Inheritance diagram for docutils.transforms.peps.TargetNotes:
Inheritance graph
[legend]
Collaboration diagram for docutils.transforms.peps.TargetNotes:
Collaboration graph
[legend]

Public Member Functions

 apply (self)
 
 cleanup_callback (self, pending)
 
- Public Member Functions inherited from docutils.transforms.Transform
 __init__ (self, document, startnode=None)
 

Static Public Attributes

int default_priority = 520
 
- Static Public Attributes inherited from docutils.transforms.Transform
 default_priority = None
 

Additional Inherited Members

- Public Attributes inherited from docutils.transforms.Transform
 document
 
 startnode
 
 language
 

Detailed Description

Locate the "References" section, insert a placeholder for an external
target footnote insertion transform at the end, and schedule the
transform to run immediately.

Member Function Documentation

◆ apply()

docutils.transforms.peps.TargetNotes.apply (   self)
Override to apply the transform to the document tree.

Reimplemented from docutils.transforms.Transform.

◆ cleanup_callback()

docutils.transforms.peps.TargetNotes.cleanup_callback (   self,
  pending 
)
Remove an empty "References" section.

Called after the `references.TargetNotes` transform is complete.

The documentation for this class was generated from the following file: