SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
conf.py File Reference

Go to the source code of this file.

Classes

class  conf.ADSArxivStyle

Namespaces

namespace  conf

Functions

 conf.setup (app)
 conf._format_data (node, data)
 conf._format_list (list_, data)
 conf.href2 (children, data)

Variables

list conf.extensions
list conf.templates_path = ['_templates']
str conf.source_suffix = '.rst'
str conf.master_doc = 'index'
str conf.project = 'SourceXtractor++'
str conf.filename = 'sourcextractor'
str conf.copyright = '2019,2020,2021,2022 GenevaU/LMU/CNRS/SorbonneU'
str conf.author = 'SourceXtractor++ team'
str conf.version = '1.0.0'
str conf.release = '1.0.0'
 conf.language = None
str conf.today_fmt = '%B %d, %Y'
list conf.exclude_patterns = ['global.rst','keys.rst','roles.rst']
str conf.pygments_style = 'sphinx'
bool conf.todo_include_todos = True
bool conf.numfig = True
bool conf.add_module_names = False
list conf.autodoc_mock_imports = ['.measurement_images', '_SourceXtractorPy']
str conf.html_theme = 'sphinx_rtd_theme'
list conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
list conf.html_static_path = ['../theme']
dict conf.html_sidebars
bool conf.html_show_sourcelink = False
bool conf.html_show_sphinx = False
str conf.htmlhelp_basename = filename + 'doc'
dict conf.latex_elements
list conf.latex_documents
list conf.man_pages
list conf.texinfo_documents
str conf.epub_title = project
str conf.epub_author = author
str conf.epub_publisher = author
str conf.epub_copyright = copyright
list conf.epub_exclude_files = ['search.html']
dict conf.intersphinx_mapping = {'https://docs.python.org/': None}
list conf.bibtex_bibfiles = ["references.bib"]
 conf.new_version = vers.parse("0.22")