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