Slicer
5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Go to the source code of this file.
Namespaces | |
conf | |
Variables | |
string | conf.author = 'Slicer Community' |
string | conf.copyright = '2020, Slicer Community' |
conf.docsfolder = os.path.dirname(__file__) | |
conf.dom = ET.parse(os.path.join(root, name)) | |
list | conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '_moduledescriptions'] |
list | conf.excludenames |
conf.exist_ok | |
list | conf.extensions |
list | conf.html_css_files |
string | conf.html_logo = '_static/images/3D-Slicer-Mark.png' |
list | conf.html_static_path = ['_static'] |
string | conf.html_theme = 'default' |
dictionary | conf.html_theme_options |
list | conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
string | conf.htmlhelp_basename = '3DSlicerdoc' |
list | conf.inputpaths |
conf.language = None | |
list | conf.latex_documents |
dictionary | conf.latex_elements |
list | conf.man_pages |
string | conf.master_doc = 'index' |
list | conf.myst_enable_extensions |
int | conf.myst_heading_anchors = 6 |
dictionary | conf.notfound_context |
string | conf.on_rtd = 'True' |
conf.outpath = os.path.join(docsfolder, "_moduledescriptions") | |
string | conf.project = '3D Slicer' |
string | conf.pygments_style = 'sphinx' |
string | conf.release = '' |
conf.rst_prolog = open('global.rst.in').read() | |
list | conf.source_suffix = ['.rst', '.md'] |
list | conf.templates_path = ['_templates'] |
list | conf.texinfo_documents |
bool | conf.todo_include_todos = False |
string | conf.version = '' |