Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Namespaces | Classes | Functions | Variables
docutils.writers Namespace Reference

Namespaces

namespace  _html_base
 
namespace  docutils_xml
 
namespace  html4css1
 
namespace  html5_polyglot
 
namespace  latex2e
 
namespace  manpage
 
namespace  null
 
namespace  odf_odt
 
namespace  pep_html
 
namespace  pseudoxml
 
namespace  s5_html
 
namespace  xetex
 

Classes

class  UnfilteredWriter
 
class  Writer
 

Functions

 get_writer_class (writer_name)
 

Variables

dict _writer_aliases
 

Detailed Description

This package contains Docutils Writer modules.

Function Documentation

◆ get_writer_class()

docutils.writers.get_writer_class (   writer_name)
Return the Writer class from the `writer_name` module.

Variable Documentation

◆ _writer_aliases

dict docutils.writers._writer_aliases
protected
Initial value:
1= {
2 'html': 'html4css1', # may change to html5 some day
3 'html4': 'html4css1',
4 'xhtml10': 'html4css1',
5 'html5': 'html5_polyglot',
6 'xhtml': 'html5_polyglot',
7 's5': 's5_html',
8 'latex': 'latex2e',
9 'xelatex': 'xetex',
10 'luatex': 'xetex',
11 'lualatex': 'xetex',
12 'odf': 'odf_odt',
13 'odt': 'odf_odt',
14 'ooffice': 'odf_odt',
15 'openoffice': 'odf_odt',
16 'libreoffice': 'odf_odt',
17 'pprint': 'pseudoxml',
18 'pformat': 'pseudoxml',
19 'pdf': 'rlpdf',
20 'xml': 'docutils_xml'}