![]() |
Slicer 5.9
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 | |
namespace | conf |
Functions | |
conf._extract_slicer_xy_version (slicer_src_dir) | |
conf._get_apidocs_doxygen_version () | |
Variables | |
str | conf.author = "Slicer Community" |
list | conf.autodoc_mock_imports |
str | conf.copyright = f"{date.today().year}, Slicer Community" |
list | conf.exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "_moduledescriptions"] |
list | conf.extensions |
str | conf.html_logo = "_static/images/3D-Slicer-Mark.png" |
str | conf.html_theme = "sphinx_rtd_theme" |
dict | conf.html_theme_options |
str | conf.master_doc = "index" |
bool | conf.myst_dmath_allow_labels = True |
list | conf.myst_enable_extensions |
int | conf.myst_heading_anchors = 6 |
dict | conf.myst_url_schemes |
dict | conf.notfound_context |
str | conf.project = "3D Slicer" |
str | conf.pygments_style = "sphinx" |
str | conf.release = "" |
conf.rst_prolog = open("global.rst.in").read() | |
str | conf.slicerapidocs_url_scheme = "https://apidocs.slicer.org/" + _get_apidocs_doxygen_version() + "/{{path}}#{{fragment}}" |
list | conf.source_suffix = [".rst", ".md"] |
list | conf.suppress_warnings |
list | conf.templates_path = ["_templates"] |
bool | conf.todo_include_todos = False |
str | conf.version = "" |