Victre 2.0 Pipeline  0.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Variables
conf Namespace Reference

Variables

list extensions
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = u'breastMass'
 
string copyright = u'2018, Christian G. Graff'
 
string author = u'Christian G. Graff'
 
string version = u'1.0'
 
string release = u'1.0'
 
 language = None
 
list exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
string pygments_style = 'sphinx'
 
 todo_include_todos = False
 
string html_theme = 'alabaster'
 
dictionary html_theme_options
 
 html_show_copyright = False
 
list html_static_path = ['_static']
 
dictionary html_sidebars
 
string htmlhelp_basename = 'breastMassdoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
dictionary intersphinx_mapping = {'https://docs.python.org/': None}
 

Variable Documentation

string conf.author = u'Christian G. Graff'
string conf.copyright = u'2018, Christian G. Graff'
list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
list conf.extensions
Initial value:
1 = ['sphinx.ext.intersphinx',
2  'sphinx.ext.mathjax',
3  'sphinx.ext.githubpages']
conf.html_show_copyright = False
dictionary conf.html_sidebars
Initial value:
1 = {
2  '**': [
3  'about.html',
4  'globaltoc.html',
5  'relations.html', # needs 'show_related': True theme option to display
6  'searchbox.html',
7  ]
8 }
list conf.html_static_path = ['_static']
string conf.html_theme = 'alabaster'
dictionary conf.html_theme_options
Initial value:
1 = {
2  'logo': 'massLogo.png',
3  'logo_name': 'true',
4  'description': 'breast mass generation',
5  'font_family': 'Helvetica',
6  'head_font_family': 'Helvetica',
7  'font_size': '12pt',
8  'fixed_sidebar': 'true',
9  'page_width': '1200px',
10  'sidebar_width': '250px',
11  'github_user': 'DIDSR',
12  'github_repo': 'breastMass',
13  'github_button': 'true'
14 }
string conf.htmlhelp_basename = 'breastMassdoc'
dictionary conf.intersphinx_mapping = {'https://docs.python.org/': None}
conf.language = None
list conf.latex_documents
Initial value:
1 = [
2  (master_doc, 'breastMass.tex', u'breastMass Documentation',
3  u'Christian G. Graff', '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  'extraclassoptions': 'openany,oneside'
18 }
list conf.man_pages
Initial value:
1 = [
2  (master_doc, 'breastmass', u'breastMass Documentation',
3  [author], 1)
4 ]
string conf.master_doc = 'index'
string conf.project = u'breastMass'
string conf.pygments_style = 'sphinx'
string conf.release = u'1.0'
string conf.source_suffix = '.rst'
list conf.templates_path = ['_templates']
list conf.texinfo_documents
Initial value:
1 = [
2  (master_doc, 'breastMass', u'breastMass Documentation',
3  author, 'breastMass', 'breast mass generation',
4  'Miscellaneous'),
5 ]
conf.todo_include_todos = False
string conf.version = u'1.0'