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.parsers.docutils_.SimpleWriter Class Reference
Inheritance diagram for myst_parser.parsers.docutils_.SimpleWriter:
Inheritance graph
[legend]
Collaboration diagram for myst_parser.parsers.docutils_.SimpleWriter:
Collaboration graph
[legend]

Public Member Functions

 apply_template (self)
 
 __init__ (self)
 
- Public Member Functions inherited from docutils.writers._html_base.Writer
 get_transforms (self)
 
 translate (self)
 
 interpolation_dict (self)
 
 assemble_parts (self)
 
- Public Member Functions inherited from docutils.writers.Writer
 write (self, document, destination)
 
- Public Member Functions inherited from docutils.Component
 supports (self, format)
 

Public Attributes

 parts
 
 translator_class
 
- Public Attributes inherited from docutils.writers.html5_polyglot.Writer
 parts
 
 translator_class
 
- Public Attributes inherited from docutils.writers._html_base.Writer
 visitor
 
 output
 
- Public Attributes inherited from docutils.writers.Writer
 parts
 
- Public Attributes inherited from docutils.TransformSpec
 default_transforms
 

Static Public Attributes

 settings_spec
 
- Static Public Attributes inherited from docutils.writers.html5_polyglot.Writer
tuple supported = ('html5', 'xhtml', 'html')
 
list default_stylesheets = ['minimal.css', 'plain.css']
 
list default_stylesheet_dirs = ['.', str(Path(__file__).parent)]
 
str default_template = Path(__file__).parent / 'template.txt'
 
 settings_spec
 
str config_section = 'html5 writer'
 
- Static Public Attributes inherited from docutils.writers._html_base.Writer
tuple supported = ('html', 'xhtml')
 
tuple settings_spec
 
dict settings_defaults = {'output_encoding_error_handler': 'xmlcharrefreplace'}
 
tuple relative_path_settings = ('template',)
 
str config_section = 'html base writer'
 
tuple config_section_dependencies = ('writers', 'html writers')
 
tuple visitor_attributes
 
- Static Public Attributes inherited from docutils.writers.Writer
str component_type = 'writer'
 
str config_section = 'writers'
 
 document = None
 
 output = None
 
 language = None
 
 destination = None
 
- Static Public Attributes inherited from docutils.Component
 component_type = None
 
tuple supported = ()
 
- Static Public Attributes inherited from docutils.SettingsSpec
tuple settings_spec = ()
 
 settings_defaults = None
 
 settings_default_overrides = None
 
tuple relative_path_settings = ()
 
 config_section = None
 
 config_section_dependencies = None
 
- Static Public Attributes inherited from docutils.TransformSpec
tuple default_transforms = ()
 
tuple unknown_reference_resolvers = ()
 

Constructor & Destructor Documentation

◆ __init__()

myst_parser.parsers.docutils_.SimpleWriter.__init__ (   self)

Member Function Documentation

◆ apply_template()

myst_parser.parsers.docutils_.SimpleWriter.apply_template (   self)

Member Data Documentation

◆ settings_spec

myst_parser.parsers.docutils_.SimpleWriter.settings_spec
static
Initial value:
= filter_settings_spec(
Writer.settings_spec,
"template",
)

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