CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
conf Namespace Reference

Variables

tuple on_rtd = os.environ.get('READTHEDOCS', None)
 
list extensions = ['breathe']
 
dictionary breathe_projects
 
string breathe_default_project = 'CAFE'
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = u'CAFE'
 
string copyright = u'2016, Mira V. Han, Gregg W.C. Thomas, and Mattheww W. Hahn'
 
string author = u'Mira V. Han, Gregg W.C. Thomas, and Mattheww W. Hahn'
 
string version = u'3.2'
 
string release = u'3.2'
 
 language = None
 
list exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
string pygments_style = 'sphinx'
 
 todo_include_todos = False
 
string html_theme = 'alabaster'
 
list html_static_path = ['_static']
 
string htmlhelp_basename = 'CAFEdoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 

Variable Documentation

string conf.author = u'Mira V. Han, Gregg W.C. Thomas, and Mattheww W. Hahn'
string conf.breathe_default_project = 'CAFE'
dictionary conf.breathe_projects
Initial value:
1 = {
2  "CAFE":"xml/",
3  }
string conf.copyright = u'2016, Mira V. Han, Gregg W.C. Thomas, and Mattheww W. Hahn'
list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
list conf.extensions = ['breathe']
list conf.html_static_path = ['_static']
string conf.html_theme = 'alabaster'
string conf.htmlhelp_basename = 'CAFEdoc'
conf.language = None
list conf.latex_documents
Initial value:
1 = [
2  (master_doc, 'CAFE.tex', u'CAFE Documentation',
3  u'Mira V. Han, Gregg W.C. Thomas, and Mattheww W. Hahn', '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, 'cafe', u'CAFE Documentation',
3  [author], 1)
4 ]
string conf.master_doc = 'index'
tuple conf.on_rtd = os.environ.get('READTHEDOCS', None)
string conf.project = u'CAFE'
string conf.pygments_style = 'sphinx'
string conf.release = u'3.2'
string conf.source_suffix = '.rst'
list conf.templates_path = ['_templates']
list conf.texinfo_documents
Initial value:
1 = [
2  (master_doc, 'CAFE', u'CAFE Documentation',
3  author, 'CAFE', 'One line description of project.',
4  'Miscellaneous'),
5 ]
conf.todo_include_todos = False
string conf.version = u'3.2'