Variables | |
| string | copyright = u'{year} The Cartographer Authors' |
| list | exclude_patterns = [] |
| list | extensions |
| list | html_static_path = [] |
| string | html_theme = 'default' |
| string | htmlhelp_basename = 'Cartographerdoc' |
| list | latex_documents |
| dictionary | latex_elements |
| list | man_pages |
| string | master_doc = 'index' |
| string | project = u'Cartographer' |
| string | pygments_style = 'sphinx' |
| show_authors = False | |
| string | source_suffix = '.rst' |
| list | templates_path = ['_templates'] |
| list | texinfo_documents |
| string conf::copyright = u'{year} The Cartographer Authors' |
| list conf::exclude_patterns = [] |
| list conf::extensions |
| list conf::html_static_path = [] |
| string conf::html_theme = 'default' |
| string conf::htmlhelp_basename = 'Cartographerdoc' |
| 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'Cartographer' |
| string conf::pygments_style = 'sphinx' |
| conf::show_authors = False |
| string conf::source_suffix = '.rst' |
| list conf::templates_path = ['_templates'] |
00001 [ 00002 ('index', 'Cartographer', u'Cartographer Documentation', 00003 u'The Cartographer Authors', 'Cartographer', 00004 'Cartographer is a system that provides real-time simultaneous ' 00005 'localization and mapping (SLAM) in 2D and 3D across multiple platforms ' 00006 'and sensor configurations.', 'Miscellaneous'), 00007 ]