Variables
conf Namespace Reference

Variables

string autodoc_member_order = 'bysource'
 
 catkin_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
 catkin_package
 
string copyright = u'2015, AlexV'
 
list exclude_patterns = ['weblinks.rst']
 
list extensions
 
string html_theme = 'nature'
 
string htmlhelp_basename = 'pyros_test_pydoc'
 
dictionary intersphinx_mapping = {'http://docs.python.org/': None}
 
list latex_documents
 
dictionary latex_elements
 
list man_pages
 
string master_doc = 'index'
 
string project = u'pyros-setup'
 
string pygments_style = 'sphinx'
 
 release = catkin_package.version
 
string source_suffix = '.rst'
 
list templates_path = ['_templates']
 
list texinfo_documents
 
 version = catkin_package.version
 

Variable Documentation

string conf.autodoc_member_order = 'bysource'

Definition at line 37 of file conf.py.

conf.catkin_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

Definition at line 21 of file conf.py.

conf.catkin_package
Initial value:
1 = catkin_pkg.package.parse_package(
2  os.path.join(catkin_dir, catkin_pkg.package.PACKAGE_MANIFEST_FILENAME))

Definition at line 22 of file conf.py.

string conf.copyright = u'2015, AlexV'

Definition at line 53 of file conf.py.

list conf.exclude_patterns = ['weblinks.rst']

Definition at line 76 of file conf.py.

list conf.extensions
Initial value:
1 = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
2  'sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.graphviz']

Definition at line 33 of file conf.py.

string conf.html_theme = 'nature'

Definition at line 103 of file conf.py.

string conf.htmlhelp_basename = 'pyros_test_pydoc'

Definition at line 176 of file conf.py.

dictionary conf.intersphinx_mapping = {'http://docs.python.org/': None}

Definition at line 259 of file conf.py.

list conf.latex_documents
Initial value:
1 = [
2  ('index', 'pyros-test.tex',
3  u'Pyros.',
4  u'AlexV', 'manual'),
5 ]

Definition at line 195 of file conf.py.

dictionary conf.latex_elements
Initial value:
1 = {
2 # The paper size ('letterpaper' or 'a4paper').
3 #'papersize': 'letterpaper',
4 
5 # The font size ('10pt', '11pt' or '12pt').
6 #'pointsize': '10pt',
7 
8 # Additional stuff for the LaTeX preamble.
9 #'preamble': '',
10 }

Definition at line 181 of file conf.py.

list conf.man_pages
Initial value:
1 = [
2  ('index', 'pyros-test',
3  u'Pyros',
4  [u'AlexV'], 1)
5 ]

Definition at line 226 of file conf.py.

string conf.master_doc = 'index'

Definition at line 49 of file conf.py.

string conf.project = u'pyros-setup'

Definition at line 52 of file conf.py.

string conf.pygments_style = 'sphinx'

Definition at line 93 of file conf.py.

conf.release = catkin_package.version

Definition at line 62 of file conf.py.

string conf.source_suffix = '.rst'

Definition at line 43 of file conf.py.

list conf.templates_path = ['_templates']

Definition at line 40 of file conf.py.

list conf.texinfo_documents
Initial value:
1 = [
2  ('index', 'pyros-test',
3  u'pyros Documentation',
4  u'AlexV', 'pyros-test', 'pyros-test.',
5  'Miscellaneous'),
6 ]

Definition at line 241 of file conf.py.

conf.version = catkin_package.version

Definition at line 60 of file conf.py.



pyros_test
Author(s): AlexV
autogenerated on Mon Jun 10 2019 14:20:23