NuTo
Numerics Tool
Variables
conf Namespace Reference

Variables

 shell
 
list extensions = []
 
list templates_path = ['.templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = 'NuTo'
 
string copyright = '2017, NuTo Authors'
 
string author = 'NuTo Authors'
 
string version = '0.1'
 
string release = '0.1'
 
 language = None
 
list exclude_patterns = []
 
string pygments_style = 'sphinx'
 
bool todo_include_todos = False
 
string html_theme = 'alabaster'
 
list html_static_path = ['.static']
 
list html_extra_path = ['../build_doxygen/html']
 
string htmlhelp_basename = 'NuTodoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
 SUFFIX = source_suffix
 
bool using_rtd_theme = False
 
 html_style = None
 
dictionary html_theme_options = {}
 
list html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
string websupport2_base_url = 'https://readthedocs.org/websupport'
 
string websupport2_static_url = 'https://assets.readthedocs.org/static/'
 
dictionary context
 
 html_context = context
 

Variable Documentation

string conf.author = 'NuTo Authors'
dictionary conf.context
string conf.copyright = '2017, NuTo Authors'
list conf.exclude_patterns = []
list conf.extensions = []
conf.html_context = context
list conf.html_extra_path = ['../build_doxygen/html']
list conf.html_static_path = ['.static']
conf.html_style = None
string conf.html_theme = 'alabaster'
dictionary conf.html_theme_options = {}
list conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
string conf.htmlhelp_basename = 'NuTodoc'
conf.language = None
list conf.latex_documents
Initial value:
1 = [
2  (master_doc, 'NuTo.tex', 'NuTo Documentation',
3  'NuTo Authors', 'manual'),
4 ]
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 }
list conf.man_pages
Initial value:
1 = [
2  (master_doc, 'nuto', 'NuTo Documentation',
3  [author], 1)
4 ]
string conf.master_doc = 'index'
string conf.project = 'NuTo'
string conf.pygments_style = 'sphinx'
string conf.release = '0.1'
conf.shell
string conf.source_suffix = '.rst'
string conf.SUFFIX = source_suffix
list conf.templates_path = ['.templates']
list conf.texinfo_documents
Initial value:
1 = [
2  (master_doc, 'NuTo', 'NuTo Documentation',
3  author, 'NuTo', 'One line description of project.',
4  'Miscellaneous'),
5 ]
bool conf.todo_include_todos = False
bool conf.using_rtd_theme = False
string conf.version = '0.1'
string conf.websupport2_base_url = 'https://readthedocs.org/websupport'
string conf.websupport2_static_url = 'https://assets.readthedocs.org/static/'