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


Public Member Functions | |
| apply (self) | |
Public Member Functions inherited from docutils.transforms.frontmatter.TitlePromoter | |
| promote_title (self, node) | |
| promote_subtitle (self, node) | |
| candidate_index (self, node) | |
Public Member Functions inherited from docutils.transforms.Transform | |
| __init__ (self, document, startnode=None) | |
Static Public Attributes | |
| int | default_priority = 350 |
Static Public Attributes inherited from docutils.transforms.Transform | |
| default_priority = None | |
Additional Inherited Members | |
Public Attributes inherited from docutils.transforms.Transform | |
| document | |
| startnode | |
| language | |
This works like document subtitles, but for sections. For example, ::
<section>
<title>
Title
<section>
<title>
Subtitle
...
is transformed into ::
<section>
<title>
Title
<subtitle>
Subtitle
...
For details refer to the docstring of DocTitle.
| docutils.transforms.frontmatter.SectionSubTitle.apply | ( | self | ) |
Override to apply the transform to the document tree.
Reimplemented from docutils.transforms.Transform.