-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy path_valid_examples.toml
More file actions
62 lines (54 loc) · 1.04 KB
/
_valid_examples.toml
File metadata and controls
62 lines (54 loc) · 1.04 KB
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
[main]
readme = """
.. _ref_examples:
Tutorials
=========
How to use widgets, ui, actor and windows module. Below some examples and apps to go in details.
"""
position = 0 # it should always be 0
enable = true # it should always be true
files = []
[introductory]
readme = "file: _introductory.rst"
position = 1
enable = true
files = [
"viz_basic_qt.py",
"viz_integrate_with_qt.py",
"viz_multi_screen.py",
"viz_show.py",
"viz_imgui.py",
"viz_shapes.py"
]
[demos]
readme = "file: _demos.rst"
position = 4
enable = true
files = [
"viz_slicer.py",
"viz_skybox.py",
"viz_vector_field.py",
"viz_spherical_harmonics.py",
"viz_line_projections.py",
"viz_streamlines_roi.py",
"viz_contour.py",
]
[ui]
readme = "file: _ui.rst"
position = 7
enable = false
files = [
"viz_shapes.py",
"viz_panel.py",
"viz_listbox.py",
"viz_textblock.py",
"viz_sliders.py",
"viz_button.py",
]
[animation]
readme = "file: _animation.rst"
position = 10
enable = false
files = [
# "viz_interpolators.py",
]