![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | apply (self, **t.Any kwargs) |
Public Member Functions inherited from docutils.transforms.Transform | |
| __init__ (self, document, startnode=None) | |
Public Attributes | |
| document | |
Public Attributes inherited from docutils.transforms.Transform | |
| document | |
| startnode | |
| language | |
Static Public Attributes | |
| int | default_priority = Footnotes.default_priority + 2 |
Static Public Attributes inherited from docutils.transforms.Transform | |
| default_priority = None | |
Detect unreferenced footnotes and emit warnings. Replicates https://github.com/sphinx-doc/sphinx/pull/12730, but also allows for use in docutils (without sphinx).
| None myst_parser.mdit_to_docutils.transforms.UnreferencedFootnotesDetector.apply | ( | self, | |
| **t.Any | kwargs | ||
| ) |
Apply the transform.
Reimplemented from docutils.transforms.Transform.