Variables | |
string | copyright = u'2014, Open Source Robotics Foundation' |
list | exclude_patterns = ['.build'] |
list | extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] |
list | html_static_path = ['.static'] |
string | html_theme = 'default' |
string | htmlhelp_basename = 'diarcdoc' |
dictionary | intersphinx_mapping = {'http://docs.python.org/': None} |
list | latex_documents |
dictionary | latex_elements |
list | man_pages |
string | master_doc = 'index' |
string | project = u'diarc' |
string | pygments_style = 'sphinx' |
string | release = '0.3.0' |
string | source_suffix = '.rst' |
list | templates_path = ['.templates'] |
list | texinfo_documents |
string | version = '0.3.0' |
string conf::copyright = u'2014, Open Source Robotics Foundation' |
list conf::exclude_patterns = ['.build'] |
list conf::extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] |
list conf::html_static_path = ['.static'] |
string conf::html_theme = 'default' |
string conf::htmlhelp_basename = 'diarcdoc' |
dictionary conf::intersphinx_mapping = {'http://docs.python.org/': None} |
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 }
list conf::man_pages |
string conf::master_doc = 'index' |
string conf::project = u'diarc' |
string conf::pygments_style = 'sphinx' |
string conf::release = '0.3.0' |
string conf::source_suffix = '.rst' |
list conf::templates_path = ['.templates'] |
string conf::version = '0.3.0' |