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

Classes

class  ADSArxivStyle
 

Functions

def setup
 

Variables

list extensions
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = u'SourceXtractor++'
 
string filename = 'sourcextractor'
 
string copyright = u'2019, GenevaU/LMU/CNRS/SorbonneU'
 
string author = u'SourceXtractor++ team'
 
string version = '1.0.0'
 
string release = '1.0.0'
 
 language = None
 
string today = 'Thu Jan 31 2019'
 
list exclude_patterns = ['global.rst','keys.rst','roles.rst']
 
string pygments_style = 'sphinx'
 
 todo_include_todos = True
 
 numfig = True
 
string html_theme = 'sphinx_rtd_theme'
 
list html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
list html_static_path = ['../theme']
 
dictionary html_sidebars
 
 html_show_sourcelink = False
 
 html_show_sphinx = False
 
string htmlhelp_basename = filename+'doc'
 
dictionary latex_elements
 
list latex_documents
 
string latex_show_urls = 'footnote'
 
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}
 

Function Documentation

def conf.setup (   app)

Definition at line 172 of file conf.py.

Variable Documentation

string conf.author = u'SourceXtractor++ team'

Definition at line 65 of file conf.py.

string conf.copyright = u'2019, GenevaU/LMU/CNRS/SorbonneU'

Definition at line 64 of file conf.py.

conf.epub_author = author

Definition at line 374 of file conf.py.

conf.epub_copyright = copyright

Definition at line 376 of file conf.py.

list conf.epub_exclude_files = ['search.html']

Definition at line 424 of file conf.py.

conf.epub_publisher = author

Definition at line 375 of file conf.py.

conf.epub_title = project

Definition at line 373 of file conf.py.

list conf.exclude_patterns = ['global.rst','keys.rst','roles.rst']

Definition at line 95 of file conf.py.

list conf.extensions
Initial value:
1 = [
2 # 'sphinx.ext.intersphinx',
3 # 'sphinx.ext.todo',
4  'sphinx.ext.mathjax',
5 # 'sphinx.ext.ifconfig',
6 # 'sphinx.ext.viewcode',
7  'sphinxcontrib.bibtex',
8  'sphinx.ext.githubpages'
9 ]

Definition at line 35 of file conf.py.

string conf.filename = 'sourcextractor'
conf.html_show_sourcelink = False

Definition at line 227 of file conf.py.

conf.html_show_sphinx = False

Definition at line 231 of file conf.py.

dictionary conf.html_sidebars
Initial value:
1 = {
2  '**': [
3  'relations.html', # needs 'show_related': True theme option to display
4  'searchbox.html',
5  ]
6 }

Definition at line 186 of file conf.py.

list conf.html_static_path = ['../theme']

Definition at line 169 of file conf.py.

string conf.html_theme = 'sphinx_rtd_theme'

Definition at line 135 of file conf.py.

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

Definition at line 144 of file conf.py.

string conf.htmlhelp_basename = filename+'doc'

Definition at line 265 of file conf.py.

dictionary conf.intersphinx_mapping = {'https://docs.python.org/': None}

Definition at line 456 of file conf.py.

conf.language = None

Definition at line 81 of file conf.py.

list conf.latex_documents
Initial value:
1 = [
2  (master_doc, filename + '.tex', project + u' Documentation',
3  author, 'manual'),
4 ]

Definition at line 290 of file conf.py.

dictionary conf.latex_elements
Initial value:
1 = {
2  # The paper size ('letterpaper' or 'a4paper').
3  #
4 'papersize': 'a4paper',
5 
6  # The font size ('10pt', '11pt' or '12pt').
7  #
8  # 'pointsize': '10pt',
9 
10  # Additional stuff for the LaTeX preamble.
11  #
12 'preamble': '\usepackage{amssymb}',
13 
14  # Latex figure (float) alignment
15  #
16  # 'figure_align': 'htbp',
17 }

Definition at line 269 of file conf.py.

string conf.latex_show_urls = 'footnote'

Definition at line 311 of file conf.py.

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

Definition at line 332 of file conf.py.

string conf.master_doc = 'index'

Definition at line 59 of file conf.py.

conf.numfig = True

Definition at line 128 of file conf.py.

string conf.project = u'SourceXtractor++'

Definition at line 62 of file conf.py.

string conf.pygments_style = 'sphinx'

Definition at line 117 of file conf.py.

string conf.release = '1.0.0'

Definition at line 74 of file conf.py.

string conf.source_suffix = '.rst'

Definition at line 52 of file conf.py.

list conf.templates_path = ['_templates']

Definition at line 46 of file conf.py.

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

Definition at line 347 of file conf.py.

string conf.today = 'Thu Jan 31 2019'

Definition at line 86 of file conf.py.

conf.todo_include_todos = True

Definition at line 126 of file conf.py.

string conf.version = '1.0.0'

Definition at line 72 of file conf.py.