|
dcs
1.0.0-dev
|
Functions | |
| def | setup (app) |
Variables | |
| list | extensions |
| string | master_doc = 'index' |
| string | project = 'metadaqif documentation' |
| string | copyright = ' 2022 ESO - European Southern Observatory' |
| string | homepage = r'https://gitlab.eso.org/ecs/ecs-interfaces/-/tree/master/metadaq' |
| string | rst_prolog |
| string | version = '1.0.0' |
| bool | prerelease = True |
| string | release = version |
| rev | |
| string | suffix = "+git.%s" % rev |
| list | exclude_patterns = [] |
| string | pygments_style = 'default' |
| string | html_theme = 'sphinx_eso_theme' |
| bool | html_show_sourcelink = False |
| bool | html_copy_source = True |
| bool | html_show_sphinx = False |
| def conf.setup | ( | app | ) |
| string conf.copyright = ' 2022 ESO - European Southern Observatory' |
| list conf.exclude_patterns = [] |
| list conf.extensions |
| string conf.homepage = r'https://gitlab.eso.org/ecs/ecs-interfaces/-/tree/master/metadaq' |
| bool conf.html_copy_source = True |
| bool conf.html_show_sourcelink = False |
| bool conf.html_show_sphinx = False |
| string conf.html_theme = 'sphinx_eso_theme' |
| string conf.master_doc = 'index' |
| bool conf.prerelease = True |
| string conf.project = 'metadaqif documentation' |
| string conf.pygments_style = 'default' |
| string conf.release = version |
| conf.rev |
| string conf.rst_prolog |
| string conf.suffix = "+git.%s" % rev |
| string conf.version = '1.0.0' |