Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: qim3d documentation
site_url: https://platform.qim.dk/qim3d/
site_author: Qim3d contributors
site_description: Documentation for the Qim3d python library
repo_url: https://lab.compute.dtu.dk/QIM/tools/qim3d
repo_name: Source code at Gitlab
nav:
- 📦 qim3d: index.md
- 📥 Input & Output: io.md
- 📊 Visualization: viz.md
- 🔧 Utils: utils.md
- 🖥️ GUIs: gui.md
- 🧠 ML Models: models.md
- 📋 Release history: releases.md
theme:
language: en
name: material
nav_position: top
logo: assets/qim3d-icon.svg
favicon: assets/qim3d-icon.svg
features:
- navigation.tabs
# - navigation.expand
# - navigation.instant
- toc.integrate
- toc.follow
- search.suggest
# - content.tabs.link
# - content.code.annotation
- content.code.copy
palette:
primary: white
accent: orange
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/QIMCenter
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
plugins:
- tags
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_source: true
show_root_full_path: true
show_object_full_path: true
show_symbol_type_heading: true
show_symbol_type_toc: true
separate_signature: true