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


Public Member Functions | |
| __init__ (self, document, startnode) | |
| get_tokens (self, txtnodes) | |
| apply (self) | |
Public Attributes | |
| unsupported_languages | |
| literal_nodes | |
| nodes_to_skip | |
Public Attributes inherited from docutils.transforms.Transform | |
| document | |
| startnode | |
| language | |
Static Public Attributes | |
| int | default_priority = 855 |
| tuple | nodes_to_skip = (nodes.FixedTextElement, nodes.Special) |
| tuple | literal_nodes |
| str | smartquotes_action = 'qDe' |
Static Public Attributes inherited from docutils.transforms.Transform | |
| default_priority = None | |
Replace ASCII quotation marks with typographic form. Also replace multiple dashes with em-dash/en-dash characters.
| docutils.transforms.universal.SmartQuotes.__init__ | ( | self, | |
| document, | |||
| startnode | |||
| ) |
Initial setup for in-place document transforms.
Reimplemented from docutils.transforms.Transform.
| docutils.transforms.universal.SmartQuotes.apply | ( | self | ) |
Override to apply the transform to the document tree.
Reimplemented from docutils.transforms.Transform.
Reimplemented in sphinx.transforms.SphinxSmartQuotes.
|
static |