|
Slicer 5.4
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Functions | |
| _generatemd (dom, docsfolder, outpath, xslt, suffix) | |
Variables | |
| str | author = 'Slicer Community' |
| list | autodoc_mock_imports |
| str | copyright = f'{date.today().year}, Slicer Community' |
| docsfolder = os.path.dirname(__file__) | |
| dom = ET.parse(os.path.join(root, name)) | |
| list | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '_moduledescriptions'] |
| list | excludenames |
| exist_ok | |
| list | extensions |
| list | html_css_files |
| str | html_logo = '_static/images/3D-Slicer-Mark.png' |
| list | html_static_path = ['_static'] |
| str | html_theme = 'default' |
| dict | html_theme_options |
| list | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| str | htmlhelp_basename = '3DSlicerdoc' |
| list | inputpaths |
| list | latex_documents |
| dict | latex_elements |
| list | man_pages |
| str | master_doc = 'index' |
| bool | myst_dmath_allow_labels = True |
| list | myst_enable_extensions |
| int | myst_heading_anchors = 6 |
| dict | notfound_context |
| str | on_rtd = 'True' |
| outpath = os.path.join(docsfolder, "_moduledescriptions") | |
| str | project = '3D Slicer' |
| str | pygments_style = 'sphinx' |
| str | release = '' |
| rst_prolog = open('global.rst.in').read() | |
| list | source_suffix = ['.rst', '.md'] |
| list | suppress_warnings |
| list | templates_path = ['_templates'] |
| list | texinfo_documents |
| bool | todo_include_todos = False |
| str | version = '' |
|
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.excludenames |
| list conf.extensions |
| list conf.html_css_files |
| dict conf.html_theme_options |
| list conf.html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| list conf.inputpaths |
| list conf.latex_documents |
| dict conf.latex_elements |
| list conf.man_pages |
| list conf.myst_enable_extensions |
| dict conf.notfound_context |
| conf.outpath = os.path.join(docsfolder, "_moduledescriptions") |
| list conf.suppress_warnings |
| list conf.texinfo_documents |