FV3 Bundle
conf Namespace Reference

Variables

list extensions
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = 'Building UFO in OS X'
 
string copyright = '2018, Stephen Herbener'
 
string author = 'Stephen Herbener'
 
string version = '1.0'
 
string release = '1.0.1'
 
 language = None
 
list exclude_patterns = []
 
string pygments_style = 'sphinx'
 
bool todo_include_todos = True
 
string html_theme = 'default'
 
list html_static_path = ['_static']
 
dictionary html_sidebars
 
string htmlhelp_basename = 'BuildingUFOinOSXdoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
dictionary intersphinx_mapping = {'https://docs.python.org/': None}
 

Variable Documentation

◆ author

string conf.author = 'Stephen Herbener'

Definition at line 58 of file conf.py.

◆ copyright

string conf.copyright = '2018, Stephen Herbener'

Definition at line 57 of file conf.py.

◆ exclude_patterns

list conf.exclude_patterns = []

Definition at line 79 of file conf.py.

◆ extensions

list conf.extensions
Initial value:
1 = ['sphinx.ext.autodoc',
2  'sphinx.ext.doctest',
3  'sphinx.ext.intersphinx',
4  'sphinx.ext.todo',
5  'sphinx.ext.coverage',
6  'sphinx.ext.mathjax',
7  'sphinx.ext.ifconfig',
8  'sphinx.ext.viewcode']

Definition at line 34 of file conf.py.

◆ html_sidebars

dictionary conf.html_sidebars
Initial value:
1 = {
2  '**': [
3  'relations.html', # needs 'show_related': True theme option to display
4  'searchbox.html',
5  ]
6 }

Definition at line 111 of file conf.py.

◆ html_static_path

list conf.html_static_path = ['_static']

Definition at line 104 of file conf.py.

◆ html_theme

string conf.html_theme = 'default'

Definition at line 93 of file conf.py.

◆ htmlhelp_basename

string conf.htmlhelp_basename = 'BuildingUFOinOSXdoc'

Definition at line 122 of file conf.py.

◆ intersphinx_mapping

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

Definition at line 179 of file conf.py.

◆ language

conf.language = None

Definition at line 74 of file conf.py.

◆ latex_documents

list conf.latex_documents
Initial value:
1 = [
2  (master_doc, 'BuildingUFOinOSX.tex', 'Building UFO in OS X Documentation',
3  'Stephen Herbener', 'manual'),
4 ]

Definition at line 148 of file conf.py.

◆ latex_elements

dictionary conf.latex_elements
Initial value:
1 = {
2  # The paper size ('letterpaper' or 'a4paper').
3  #
4  # 'papersize': 'letterpaper',
5 
6  # The font size ('10pt', '11pt' or '12pt').
7  #
8  # 'pointsize': '10pt',
9 
10  # Additional stuff for the LaTeX preamble.
11  #
12  # 'preamble': '',
13 
14  # Latex figure (float) alignment
15  #
16  # 'figure_align': 'htbp',
17 }

Definition at line 127 of file conf.py.

◆ man_pages

list conf.man_pages
Initial value:
1 = [
2  (master_doc, 'buildingufoinosx', 'Building UFO in OS X Documentation',
3  [author], 1)
4 ]

Definition at line 158 of file conf.py.

◆ master_doc

string conf.master_doc = 'index'

Definition at line 53 of file conf.py.

◆ project

string conf.project = 'Building UFO in OS X'

Definition at line 56 of file conf.py.

◆ pygments_style

string conf.pygments_style = 'sphinx'

Definition at line 82 of file conf.py.

◆ release

string conf.release = '1.0.1'

Definition at line 67 of file conf.py.

◆ source_suffix

string conf.source_suffix = '.rst'

Definition at line 50 of file conf.py.

◆ templates_path

list conf.templates_path = ['_templates']

Definition at line 44 of file conf.py.

◆ texinfo_documents

list conf.texinfo_documents
Initial value:
1 = [
2  (master_doc, 'BuildingUFOinOSX', 'Building UFO in OS X Documentation',
3  author, 'BuildingUFOinOSX', 'One line description of project.',
4  'Miscellaneous'),
5 ]

Definition at line 169 of file conf.py.

◆ todo_include_todos

bool conf.todo_include_todos = True

Definition at line 85 of file conf.py.

◆ version

string conf.version = '1.0'

Definition at line 65 of file conf.py.