Variables | |
list | extensions = [] |
list | templates_path = ['_templates'] |
string | source_suffix = '.rst' |
string | master_doc = 'index_TOC' |
string | project = u'uncertainties Python package' |
string | copyright = u'2010–%d, Eric O. LEBIGOT (EOL)' |
string | version = '1' |
release = uncertainties.__version__ | |
list | exclude_trees = ['_build'] |
string | pygments_style = 'sphinx' |
string | html_theme = 'sphinxdoc' |
string | html_favicon = 'favicon.ico' |
list | html_static_path = ['_static'] |
html_show_sourcelink = False | |
string | htmlhelp_basename = 'uncertaintiesdoc' |
list | latex_documents |
string conf.copyright = u'2010–%d, Eric O. LEBIGOT (EOL)' |
list conf.exclude_trees = ['_build'] |
list conf.extensions = [] |
string conf.html_favicon = 'favicon.ico' |
conf.html_show_sourcelink = False |
list conf.html_static_path = ['_static'] |
string conf.html_theme = 'sphinxdoc' |
string conf.htmlhelp_basename = 'uncertaintiesdoc' |
list conf.latex_documents |
string conf.master_doc = 'index_TOC' |
string conf.project = u'uncertainties Python package' |
string conf.pygments_style = 'sphinx' |
conf.release = uncertainties.__version__ |
string conf.source_suffix = '.rst' |
list conf.templates_path = ['_templates'] |
string conf.version = '1' |