-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
84 lines (84 loc) · 2.11 KB
/
mkdocs.yaml
File metadata and controls
84 lines (84 loc) · 2.11 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: fdray
site_url: https://daizutabi.github.io/fdray/
site_description: Python Ray Tracing Interface for POV-Ray
site_author: daizutabi
repo_url: https://github.com/daizutabi/fdray/
repo_name: daizutabi/fdray
edit_uri: edit/main/docs/
theme:
name: material
font:
text: Fira Sans
code: Fira Code
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
plugins:
- search
- mkdocs-nbsync:
src_dir: ../notebooks
- mkapi:
debug: true
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Tutorial:
- tutorial/camera.md
- tutorial/light_source.md
- Object:
- tutorial/object/primitives.md
- tutorial/object/transformations.md
- CSG: tutorial/object/csg.md
- Texture:
- tutorial/texture/pigment.md
- tutorial/texture/normal.md
- tutorial/texture/finish.md
- tutorial/texture/pattern.md
- tutorial/texture/interior-texture.md
- Media:
- tutorial/media/interior.md
- Data Visualization:
- tutorial/data/region.md
- tutorial/data/field.md
- Reference: $api/fdray.***