Variables | |
string | copyright = u'2012, Ze\'ev Klapow' |
list | exclude_patterns = [] |
list | extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] |
list | html_static_path = ['_static'] |
string | html_theme = 'default' |
string | htmlhelp_basename = 'robot_dashboarddoc' |
list | latex_documents |
dictionary | latex_elements |
list | man_pages |
string | master_doc = 'index' |
string | project = u'robot_dashboard' |
string | pygments_style = 'sphinx' |
string | release = '0.1.0' |
string | source_suffix = '.rst' |
list | templates_path = ['_templates'] |
list | texinfo_documents |
string | version = '0' |
string conf::copyright = u'2012, Ze\'ev Klapow' |
list conf::extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] |
list conf::html_static_path = ['_static'] |
string conf::html_theme = 'default' |
string conf::htmlhelp_basename = 'robot_dashboarddoc' |
dictionary conf::latex_elements |
00001 { 00002 # The paper size ('letterpaper' or 'a4paper'). 00003 #'papersize': 'letterpaper', 00004 00005 # The font size ('10pt', '11pt' or '12pt'). 00006 #'pointsize': '10pt', 00007 00008 # Additional stuff for the LaTeX preamble. 00009 #'preamble': '', 00010 }
string conf::master_doc = 'index' |
string conf::project = u'robot_dashboard' |
string conf::pygments_style = 'sphinx' |
string conf::release = '0.1.0' |
string conf::source_suffix = '.rst' |
list conf::templates_path = ['_templates'] |
string conf::version = '0' |