|
Slicer 5.6
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._generatemd (dom, docsfolder, outpath, xslt, suffix) | |
Variables | |
| str | conf.author = "Slicer Community" |
| list | conf.autodoc_mock_imports |
| str | conf.copyright = f"{date.today().year}, 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 |
| str | conf.html_logo = "_static/images/3D-Slicer-Mark.png" |
| list | conf.html_static_path = ["_static"] |
| str | conf.html_theme = "sphinx_rtd_theme" |
| dict | conf.html_theme_options |
| str | conf.htmlhelp_basename = "3DSlicerdoc" |
| list | conf.inputpaths |
| list | conf.latex_documents |
| dict | conf.latex_elements |
| list | conf.man_pages |
| 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.notfound_context |
| conf.outpath = os.path.join(docsfolder, "_moduledescriptions") | |
| str | conf.project = "3D Slicer" |
| str | conf.pygments_style = "sphinx" |
| str | conf.release = "" |
| conf.rst_prolog = open("global.rst.in").read() | |
| list | conf.source_suffix = [".rst", ".md"] |
| list | conf.suppress_warnings |
| list | conf.templates_path = ["_templates"] |
| list | conf.texinfo_documents |
| bool | conf.todo_include_todos = False |
| str | conf.version = "" |