-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
84 lines (76 loc) · 1.68 KB
/
mkdocs.yml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: SpinView
repo_name: SpinView
site_url: https://mxjk851.github.io/SpinView/
repo_url: https://github.com/MXJK851/SpinView/
paper: https://arxiv.org/abs/2309.17367
site_author: Qichen Xu
copyright: QichenXu
theme:
name: material
custom_dir: docs/overrides
icon:
logo: logo_small
favicon: img/favicon.png
palette:
primary: indigo
features:
- announce.dismiss
- navigation.tabs
- navigation.top
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.tabbed:
alternate_style: true
- mdx_include:
base_path: docs
extra_css:
- css/termynal.css
- css/custom.css
extra_javascript:
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
- js/termynal.js
- js/custom.js
nav:
- Home: index.md
- Installation:
- installation.md
- installation2.md
- Running the code :
- Get_help.md
- Start.md
- Features:
- quick_object_change.md
- change_color.md
- change_opacity.md
- change_size.md
- change_reslution.md
- change_background_and_cmap.md
- quick_camera_operation.md
- PBR.md
- overlap.md
- denoise.md
- projection.md
- component_filter.md
- clip_filter.md
- rescale_filter.md
- isosurface.md
- share_data.md
- store_data.md
- reuse_database.md
# - Tutorials:
# - UppASD_demo.md
# - OVFfile_demo.md
# - Vampire.md
- Blogs:
- Internal_beta_test.md