ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Variables
conf Namespace Reference

Variables

str project = 'ABACUS-source_basis/module_ao'
 
str copyright = '2021, x'
 
str author = 'mohan'
 
str release = '0.1'
 
list extensions
 
list templates_path = ['_templates']
 
list exclude_patterns = []
 
str html_theme = "sphinx_rtd_theme"
 
list html_static_path = ['_static']
 
dict breathe_projects = { "ABACUS-source_basis/module_ao": "../../doxygen/xml/" }
 
str breathe_default_project = "ABACUS-source_basis/module_ao"
 
dict exhale_args
 
str primary_domain = 'cpp'
 
str highlight_language = 'cpp'
 

Variable Documentation

◆ author

str conf.author = 'mohan'

◆ breathe_default_project

str conf.breathe_default_project = "ABACUS-source_basis/module_ao"

◆ breathe_projects

dict conf.breathe_projects = { "ABACUS-source_basis/module_ao": "../../doxygen/xml/" }

◆ copyright

str conf.copyright = '2021, x'

◆ exclude_patterns

list conf.exclude_patterns = []

◆ exhale_args

dict conf.exhale_args
Initial value:
1= {
2 # These arguments are required
3 "containmentFolder": "./ORB_api",
4 "rootFileName": "library_root.rst",
5 "rootFileTitle": "ORB API",
6 "doxygenStripFromPath": "..",
7 # Suggested optional arguments
8 "createTreeView": True,
9 # TIP: if using the sphinx-bootstrap-theme, you need
10 # "treeViewIsBootstrap": True,
11 "exhaleExecutesDoxygen": True,
12 "exhaleDoxygenStdin": "INPUT = ../../.."
13}

◆ extensions

list conf.extensions
Initial value:
1= [ 'sphinx.ext.todo', 'breathe', 'exhale', 'sphinx.ext.mathjax', "sphinx_rtd_theme", 'myst_parser'
2]

◆ highlight_language

str conf.highlight_language = 'cpp'

◆ html_static_path

list conf.html_static_path = ['_static']

◆ html_theme

str conf.html_theme = "sphinx_rtd_theme"

◆ primary_domain

str conf.primary_domain = 'cpp'

◆ project

str conf.project = 'ABACUS-source_basis/module_ao'

◆ release

str conf.release = '0.1'

◆ templates_path

list conf.templates_path = ['_templates']