Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
conf.py File Reference

Namespaces

namespace  conf

Functions

 conf.linkcode_resolve (domain, info)

Variables

list conf.extensions
list conf.templates_path = ['_templates']
str conf.source_suffix = '.rst'
str conf.master_doc = 'index'
str conf.project = 'Lattice Microbes'
str conf.copyright = '{}, Luthey-Schulten Lab'.format(datetime.datetime.now().year)
tuple conf.author
str conf.version = '2.5'
str conf.release = '2.5_dev'
str conf.language = 'en'
list conf.exclude_patterns = []
str conf.pygments_style = 'sphinx'
bool conf.todo_include_todos = True
str conf.html_theme = "pydata_sphinx_theme"
dict conf.html_theme_options
list conf.html_static_path = ['_static']
dict conf.intersphinx_mapping
dict conf.autodoc_default_options
bool conf.autosummary_generate = True
bool conf.autosummary_imported_members = True
str conf.autodoc_member_order = 'groupwise'
str conf.autoclass_content = 'both'
bool conf.html_show_sourcelink = True
dict conf.breathe_projects
str conf.breathe_default_project = "LatticeMicrobes"
tuple conf.breathe_default_members = ('members', 'undoc-members', 'show-source')
bool conf.breathe_show_define_initializer = True
bool conf.breathe_show_enumvalue_initializer = True
bool conf.breathe_show_include = True
bool conf.breathe_show_define = True
bool conf.breathe_show_enum = True
list conf.breathe_implementation_filename_extensions = ['.c', '.cc', '.cpp', '.cu']
bool conf.breathe_use_project_refids = True
str conf.breathe_default_highlight_language = "cpp"
bool conf.breathe_show_enumvalue = True
dict conf.breathe_domain_by_extension
bool conf.breathe_order_parameters_first = True
str conf.github_repo = "https://github.com/Luthey-Schulten-Lab/Lattice-Microbes"
str conf.github_branch = "main"