Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
docutils.writers.html4css1.Writer Class Reference
Inheritance diagram for docutils.writers.html4css1.Writer:
Inheritance graph
[legend]
Collaboration diagram for docutils.writers.html4css1.Writer:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self)
 
- Public Member Functions inherited from docutils.writers._html_base.Writer
 get_transforms (self)
 
 translate (self)
 
 apply_template (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._html_base.Writer
 visitor
 
 output
 
- Public Attributes inherited from docutils.writers.Writer
 parts
 
- Public Attributes inherited from docutils.TransformSpec
 default_transforms
 

Static Public Attributes

tuple supported = ('html', 'html4', 'html4css1', 'xhtml', 'xhtml10')
 
list default_stylesheets = ['html4css1.css']
 
list default_stylesheet_dirs
 
 default_template
 
 settings_spec
 
str config_section = 'html4css1 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__()

docutils.writers.html4css1.Writer.__init__ (   self)

Reimplemented from docutils.writers.Writer.

Member Data Documentation

◆ default_stylesheet_dirs

list docutils.writers.html4css1.Writer.default_stylesheet_dirs
static
Initial value:
= ['.',
os.path.abspath(os.path.dirname(__file__)),
os.path.abspath(os.path.join(
os.path.dirname(os.path.dirname(__file__)),
'html5_polyglot')) # for math.css
]

◆ default_template

docutils.writers.html4css1.Writer.default_template
static
Initial value:
= os.path.join(
os.path.dirname(os.path.abspath(__file__)), 'template.txt')

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