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

Public Member Functions

None apply (self, **t.Any kwargs)
 
- Public Member Functions inherited from docutils.transforms.Transform
 __init__ (self, document, startnode=None)
 

Static Public Attributes

int default_priority = Footnotes.default_priority + 3
 
- 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

Transform to move footnotes to the end of the document, and sort by label.

Member Function Documentation

◆ apply()

None myst_parser.mdit_to_docutils.transforms.CollectFootnotes.apply (   self,
**t.Any  kwargs 
)
Apply the transform.

Reimplemented from docutils.transforms.Transform.


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