-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
159 lines (150 loc) · 4.28 KB
/
Copy pathmkdocs.yml
File metadata and controls
159 lines (150 loc) · 4.28 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
site_name: lt's notes
site_url: https://626lt.github.io/note
repo_name: 626lt/note
repo_url: https://github.com/626lt/note
site_description: "lt's notes"
dev_addr: '127.0.0.1:8001'
copyright: Copyright © 2023-2024 <a href="https://github.com/626lt" target="_blank" rel="noopener">626lt</a>
theme:
name: 'material'
custom_dir: overrides
language: 'zh'
icon:
logo: material/notebook-outline
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: 夜间模式
- media: "(prefers-color-scheme: dark)"
primary: teal
scheme: slate
toggle:
icon: material/weather-sunny
name: 日间模式
features:
- content.code.copy
- content.code.annotate
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.footer
font: false
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- admonition # mkdocs warning
- md_in_html # footnote
- meta # metadata
- pymdownx.caret # underline
- pymdownx.mark # text hightlight
- pymdownx.tilde # strikethrough
- pymdownx.keys
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- def_list
- attr_list
- md_in_html
- sane_lists
- admonition
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.arithmatex: # TeX support for math formula
generic: true
- pymdownx.emoji: # emoji support
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
linenums: true
- pymdownx.tasklist: # tasklist support
custom_checkbox: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- tables
# - toc:
# permalink: true
# toc_depth: 4
# - def_list
# - attr_list
# - sane_lists
extra_css:
- https://cdn.jsdelivr.net/npm/katex@0.16.18/dist/katex.min.css
- css/custom.css
- css/counter.css
- https://gcore.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css
- https://gcore.jsdelivr.net/npm/lxgw-wenkai-screen-webfont@1.1.0/style.css
- https://gcore.jsdelivr.net/npm/lxgw-wenkai-webfont@1.1.0/style.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/katex@0.16.18/dist/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
- js/katex.js
- js/heti.js
plugins:
- search
- statistics:
page_check_metadata: counter
- heti:
extra_skipped_class:
- arithmatex
disable_serve: false
# - tikzautomata
nav:
- Home: index.md
- CG:
- cg/index.md
- Introduction: cg/Intro/index.md
- 2D Graphics: cg/2D Graphics/index.md
- OpenGL: cg/OpenGL/index.md
- Geometric Transformation: cg/Geometric Transformation/index.md
- View: cg/View/index.md
- Antialiasing: cg/Antialiasing/index.md
- Color: cg/Color/index.md
- OS:
- os/index.md
- intro: os/intro/index.md
- structures: os/structures/index.md
- Threads: os/Threads/index.md
- Synchronization: os/Synchronization/index.md
- Deadlock: os/Deadlock/index.md
- Memory: os/Memory/index.md
- ML:
- ml/index.md
- probability graph: ml/probability graph/index.md
- ICV:
- icv/index.md
- Image formation: icv/Lec2/index.md
- Image processing: icv/Lec3/index.md
- Model Fitting and Optimization: icv/Lec4/index.md
- Image Matching and Motion Estimation: icv/Lec5/index.md
- Image Stitching: icv/Lec6/index.md
- Structure from Motion: icv/Lec7/index.md
- Depth estimate and 3D Reconstruction: icv/Lec8/index.md
- Recognition: icv/Lec10/index.md
- Computational Photography: icv/Lec12/index.md
- Read:
- read/index.md
- Diffusion: read/diffusion/index.md
- Consistency Models: read/Consistency Models/index.md
- SDE-Diffusion: read/SDE-diffusion/index.md
- PeRflow: read/PeRflow/index.md
- Hloc: read/hloc/index.md