rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
conf Namespace Reference

Variables

list extensions
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = 'Application Framework Manual'
 
string copyright = ' 2020 ESO - European Southern Observatory'
 
string homepage = r'https://gitlab.eso.org/ifw/rad'
 
string author = 'Andolfato, Luigi'
 Update for each release: More...
 
tuple latex_attrs
 
string version = '2.0.0'
 
string release = '2.0.0'
 
 language = None
 
list exclude_patterns = []
 
string pygments_style = 'sphinx'
 
 todo_include_todos = True
 
string html_theme = 'sphinx_eso_theme'
 
list html_theme_path = ['_themes/', ]
 
 html_show_sourcelink = False
 
 html_copy_source = False
 
list html_static_path = ['_static']
 
dictionary html_context = {}
 
 html_show_sphinx = False
 
string htmlhelp_basename = 'ELTICSrad'
 
string latex_engine = 'pdflatex'
 
dictionary latex_elements
 
string latex_show_urls = 'footnote'
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
 epub_title = project
 
 epub_author = author
 
 epub_publisher = author
 
 epub_copyright = copyright
 
list epub_exclude_files = ['search.html']
 
dictionary intersphinx_mapping = {'https://docs.python.org/': None}
 

Variable Documentation

string conf.author = 'Andolfato, Luigi'

Update for each release:

string conf.copyright = ' 2020 ESO - European Southern Observatory'
conf.epub_author = author
conf.epub_copyright = copyright
list conf.epub_exclude_files = ['search.html']
conf.epub_publisher = author
conf.epub_title = project
list conf.exclude_patterns = []
list conf.extensions
Initial value:
1 = ['sphinx.ext.intersphinx',
2  'sphinx.ext.todo',
3  'sphinx.ext.mathjax',
4  'sphinx_eso_theme']
string conf.homepage = r'https://gitlab.eso.org/ifw/rad'
dictionary conf.html_context = {}
conf.html_copy_source = False
conf.html_show_sourcelink = False
conf.html_show_sphinx = False
list conf.html_static_path = ['_static']
string conf.html_theme = 'sphinx_eso_theme'
list conf.html_theme_path = ['_themes/', ]
string conf.htmlhelp_basename = 'ELTICSrad'
dictionary conf.intersphinx_mapping = {'https://docs.python.org/': None}
conf.language = None
tuple conf.latex_attrs
Initial value:
1 = dict(
2  pdm_version = '1',
3  release_date = '2020-05-29',
4  owner=author,
5  validated_pm='Kornweibel, Nick',
6  validated_se='González Herrera, Juan Carlos',
7  validated_pe='Biancat Marchet, Fabio',
8  approved_pgm='Tamai, Roberto')
list conf.latex_documents
Initial value:
1 = [
2  (master_doc, 'ELTICSrad.tex', 'ELT ICS Framework - Application Framework - User Manual', 'ELT ICS Group', 'howto',False),
3 ]
dictionary conf.latex_elements
string conf.latex_engine = 'pdflatex'
string conf.latex_show_urls = 'footnote'
list conf.man_pages
Initial value:
1 = [
2  (master_doc, 'elticsrad', 'ELT ICS rad Manual',
3  [author], 1)
4 ]
string conf.master_doc = 'index'
string conf.project = 'Application Framework Manual'
string conf.pygments_style = 'sphinx'
string conf.release = '2.0.0'
string conf.source_suffix = '.rst'
list conf.templates_path = ['_templates']
list conf.texinfo_documents
Initial value:
1 = [
2  (master_doc, 'ELTICSrad', 'ELT ICS rad Manual',
3  author, 'ELTICSrad', 'One line description of project.',
4  'Miscellaneous'),
5 ]
conf.todo_include_todos = True
string conf.version = '2.0.0'