Motr  M0
conf Namespace Reference

Variables

list extensions = ['sphinx.ext.graphviz', 'sphinxcontrib.plantuml']
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = u'Motr'
 
string copyright = u'2020, Seagate'
 
string version = '0.1'
 
string release = '0.1'
 
list exclude_patterns = ['_build']
 
string pygments_style = 'sphinx'
 
string html_theme = 'alabaster'
 
dictionary html_theme_options
 
list html_static_path = ['_static']
 
string htmlhelp_basename = 'Motrdoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
dictionary html_sidebars
 

Variable Documentation

◆ copyright

string copyright = u'2020, Seagate'

Definition at line 34 of file conf.py.

◆ exclude_patterns

list exclude_patterns = ['_build']

Definition at line 53 of file conf.py.

◆ extensions

list extensions = ['sphinx.ext.graphviz', 'sphinxcontrib.plantuml']

Definition at line 23 of file conf.py.

◆ html_sidebars

dictionary html_sidebars
Initial value:
1 = {
2  '**': [
3 # 'about.html',
4  'searchbox.html',
5  'localtoc.html',
6  'globaltoc.html',
7  'sourcelink.html',
8  'relations.html',
9 # 'navigation.html',
10  ]
11 }

Definition at line 101 of file conf.py.

◆ html_static_path

list html_static_path = ['_static']

Definition at line 95 of file conf.py.

◆ html_theme

string html_theme = 'alabaster'

Definition at line 71 of file conf.py.

◆ html_theme_options

dictionary html_theme_options
Initial value:
1 = {
2  'nosidebar': True,
3 }

Definition at line 75 of file conf.py.

◆ htmlhelp_basename

string htmlhelp_basename = 'Motrdoc'

Definition at line 136 of file conf.py.

◆ latex_documents

list latex_documents
Initial value:
1 = [
2  ('index', 'motr.tex', u'Motr architecture specification',
3  u'Motr developers', 'manual'),
4 ]

Definition at line 148 of file conf.py.

◆ latex_elements

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

Definition at line 138 of file conf.py.

◆ man_pages

list man_pages
Initial value:
1 = [
2  ('index', 'motr', u'Motr architecture specification',
3  [u'Motr developers'], 1)
4 ]

Definition at line 169 of file conf.py.

◆ master_doc

string master_doc = 'index'

Definition at line 31 of file conf.py.

◆ project

string project = u'Motr'

Definition at line 33 of file conf.py.

◆ pygments_style

string pygments_style = 'sphinx'

Definition at line 65 of file conf.py.

◆ release

string release = '0.1'

Definition at line 42 of file conf.py.

◆ source_suffix

string source_suffix = '.rst'

Definition at line 27 of file conf.py.

◆ templates_path

list templates_path = ['_templates']

Definition at line 25 of file conf.py.

◆ texinfo_documents

list texinfo_documents
Initial value:
1 = [
2  ('index', 'motr', u'Motr architecture specification',
3  u'Motr developers', 'Motr', 'Scalable object store',
4  'Miscellaneous'),
5 ]

Definition at line 179 of file conf.py.

◆ version

string version = '0.1'

Definition at line 40 of file conf.py.