Rosetta
Variables
conf Namespace Reference

Variables

list extensions = []
 
list templates_path = ['.templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = u'Binder'
 
string copyright = u'2016, Sergey Lyskov'
 
string author = u'Sergey Lyskov'
 
string version = u'0.1'
 
string release = u'0.1'
 
 language = None
 
list exclude_patterns = ['.build', 'Thumbs.db', '.DS_Store']
 
string pygments_style = 'sphinx'
 
bool todo_include_todos = False
 
string html_theme = 'sphinx_rtd_theme'
 
string on_rtd = 'True'
 
list html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
dictionary html_context
 
list html_static_path = ['.static']
 
string htmlhelp_basename = 'Binderdoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
dictionary html_sidebars
 
bool html_split_index = True
 

Variable Documentation

◆ author

string conf.author = u'Sergey Lyskov'

◆ copyright

string conf.copyright = u'2016, Sergey Lyskov'

◆ exclude_patterns

list conf.exclude_patterns = ['.build', 'Thumbs.db', '.DS_Store']

◆ extensions

list conf.extensions = []

◆ html_context

dictionary conf.html_context
Initial value:
1 = {
2  'css_files': [
3  '_static/theme_overrides.css'
4  ]
5  }

◆ html_sidebars

dictionary conf.html_sidebars
Initial value:
1 = {
2  '**': ['globaltoc.html', 'searchbox.html'],
3 }

◆ html_split_index

bool conf.html_split_index = True

◆ html_static_path

list conf.html_static_path = ['.static']

◆ html_theme

string conf.html_theme = 'sphinx_rtd_theme'

◆ html_theme_path

list conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

◆ htmlhelp_basename

string conf.htmlhelp_basename = 'Binderdoc'

◆ language

conf.language = None

◆ latex_documents

list conf.latex_documents
Initial value:
1 = [
2  (master_doc, 'Binder.tex', u'Binder Documentation',
3  u'Sergey Lyskov', 'manual'),
4 ]

◆ 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 }

◆ man_pages

list conf.man_pages
Initial value:
1 = [
2  (master_doc, 'binder', u'Binder Documentation',
3  [author], 1)
4 ]

◆ master_doc

string conf.master_doc = 'index'

◆ on_rtd

string conf.on_rtd = 'True'

◆ project

string conf.project = u'Binder'

◆ pygments_style

string conf.pygments_style = 'sphinx'

◆ release

string conf.release = u'0.1'

◆ source_suffix

string conf.source_suffix = '.rst'

◆ templates_path

list conf.templates_path = ['.templates']

◆ texinfo_documents

list conf.texinfo_documents
Initial value:
1 = [
2  (master_doc, 'Binder', u'Binder Documentation',
3  author, 'Binder', 'One line description of project.',
4  'Miscellaneous'),
5 ]

◆ todo_include_todos

bool conf.todo_include_todos = False

◆ version

string conf.version = u'0.1'