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.SortFootnotes Class Reference
Inheritance diagram for myst_parser.mdit_to_docutils.transforms.SortFootnotes:
Inheritance graph
[legend]
Collaboration diagram for myst_parser.mdit_to_docutils.transforms.SortFootnotes:
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 - 2
 
- 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

Sort auto-numbered, labelled footnotes by the order they are referenced.

This is run before the docutils ``Footnote`` transform, where numbered labels are assigned.

Member Function Documentation

◆ apply()

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

Reimplemented from docutils.transforms.Transform.


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