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

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
 

Detailed Description

Detect unreferenced footnotes and emit warnings.

Replicates https://github.com/sphinx-doc/sphinx/pull/12730,
but also allows for use in docutils (without sphinx).

Member Function Documentation

◆ apply()

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

Reimplemented from docutils.transforms.Transform.


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