Variables
conf Namespace Reference

Variables

 currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
 
 parentdir = os.path.dirname(os.path.dirname(currentdir))
 
string project = 'larnd-sim'
 
string copyright = '2020, DUNE collaboration'
 
string author = 'DUNE collaboration'
 
string release = '0.0.1'
 
list extensions
 
list templates_path = ['_templates']
 
list exclude_patterns = ['tests/*']
 
dictionary intersphinx_mapping
 
bool napoleon_use_param = False
 
string html_theme = 'sphinx_rtd_theme'
 
list html_static_path = []
 

Variable Documentation

string conf.author = 'DUNE collaboration'

Definition at line 21 of file conf.py.

string conf.copyright = '2020, DUNE collaboration'

Definition at line 20 of file conf.py.

conf.currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))

Definition at line 14 of file conf.py.

list conf.exclude_patterns = ['tests/*']

Definition at line 43 of file conf.py.

list conf.extensions
Initial value:
1 = ['sphinx.ext.autodoc',
2  'sphinx.ext.coverage',
3  'sphinx.ext.napoleon',
4  'sphinx.ext.intersphinx',
5  'sphinx_rtd_theme']

Definition at line 32 of file conf.py.

list conf.html_static_path = []

Definition at line 58 of file conf.py.

string conf.html_theme = 'sphinx_rtd_theme'

Definition at line 53 of file conf.py.

dictionary conf.intersphinx_mapping
Initial value:
1 = {'numpy': ('http://docs.scipy.org/doc/numpy/', None),
2  'numba': ('https://numba.pydata.org/numba-doc/latest', None)}

Definition at line 44 of file conf.py.

bool conf.napoleon_use_param = False

Definition at line 46 of file conf.py.

conf.parentdir = os.path.dirname(os.path.dirname(currentdir))

Definition at line 15 of file conf.py.

string conf.project = 'larnd-sim'

Definition at line 19 of file conf.py.

string conf.release = '0.0.1'

Definition at line 24 of file conf.py.

list conf.templates_path = ['_templates']

Definition at line 38 of file conf.py.