SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
conf.py File Reference

Go to the source code of this file.

Classes

class  conf.ADSArxivStyle
 

Namespaces

 conf
 

Functions

def conf.setup
 

Variables

list conf.extensions
 
list conf.templates_path = ['_templates']
 
string conf.source_suffix = '.rst'
 
string conf.master_doc = 'index'
 
string conf.project = u'SourceXtractor++'
 
string conf.filename = 'sourcextractor'
 
string conf.copyright = u'2019, GenevaU/LMU/CNRS/SorbonneU'
 
string conf.author = u'SourceXtractor++ team'
 
string conf.version = '1.0.0'
 
string conf.release = '1.0.0'
 
 conf.language = None
 
string conf.today = 'Thu Jan 31 2019'
 
list conf.exclude_patterns = ['global.rst','keys.rst','roles.rst']
 
string conf.pygments_style = 'sphinx'
 
 conf.todo_include_todos = True
 
 conf.numfig = True
 
string conf.html_theme = 'sphinx_rtd_theme'
 
list conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
list conf.html_static_path = ['../theme']
 
dictionary conf.html_sidebars
 
 conf.html_show_sourcelink = False
 
 conf.html_show_sphinx = False
 
string conf.htmlhelp_basename = filename+'doc'
 
dictionary conf.latex_elements
 
list conf.latex_documents
 
string conf.latex_show_urls = 'footnote'
 
list conf.man_pages
 
list conf.texinfo_documents
 
 conf.epub_title = project
 
 conf.epub_author = author
 
 conf.epub_publisher = author
 
 conf.epub_copyright = copyright
 
list conf.epub_exclude_files = ['search.html']
 
dictionary conf.intersphinx_mapping = {'https://docs.python.org/': None}