-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
193 lines (184 loc) · 6.17 KB
/
mkdocs.yml
File metadata and controls
193 lines (184 loc) · 6.17 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
site_name: Silvermilight's Knowledge Base
site_url: https://rzm0572.github.io/KnowledgeBase/
repo_url: https://github.com/rzm0572/KnowledgeBase/
repo_name: rzm0572/KnowledgeBase
site_author: Silvermilight
site_description: Silvermilight 的笔记本
copyright: Copyright © 2024 Silvermilight
theme:
name: material
language: zh
font: false
icon:
logo: material/database-outline
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.tracking
- navigation.path
- navigation.prune
- navigation.indexes
- navigation.top
- search.highlight
- content.code.copy
- content.code.annotate
plugins:
- search
- statistics
- tags
- git-revision-date-localized:
enable_creation_date: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rzm0572/
extra_css:
- stylesheets/custom.css
- stylesheets/extra.css
# - sytlesheets/cards.css
- https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.1.0/style.css
- https://cdn.jsdelivr.net/npm/lxgw-wenkai-lite-webfont@1.1.0/style.css
- https://cdn.jsdelivr.net/npm/lxgw-wenkai-tc-webfont@1.0.0/style.css
- https://cdn.jsdelivr.net/npm/lxgw-wenkai-screen-webfont@1.1.0/style.css
extra_javascript:
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
toc_depth: 4
nav:
- Home Page:
- index.md
- Computer Science:
- cs/index.md
# - Programming Language:
# - cs/programming_language/index.md
- System:
- cs/system/index.md
# - ZJU System I:
# - cs/system/zju_system_I/index.md
# - ZJU System II:
# - cs/system/zju_system_II/index.md
- ZJU System III:
- cs/system/zju_system_III/index.md
- Introduction: cs/system/zju_system_III/introduction.md
- Cache: cs/system/zju_system_III/cache.md
- ILP: cs/system/zju_system_III/ILP.md
- Memory Management: cs/system/zju_system_III/main_memory.md
- File System: cs/system/zju_system_III/file_system.md
# - NJU PA Lab:
# - cs/system/nju_PA_lab/index.md
# - CSAPP:
# - cs/system/CSAPP/index.md
- HPC:
- cs/HPC/index.md
- Algorithm:
- cs/algorithm/index.md
- ADS:
- cs/algorithm/ads/index.md
- AI:
- cs/AI/index.md
- 人工智能引论:
- cs/AI/AI_intro/index.md
- Database Systems:
- cs/DB/index.md
- Ch.1 Introduction: cs/DB/chapter1.md
- Ch.2 Relation Model: cs/DB/chapter2.md
- Ch.3 SQL: cs/DB/chapter3.md
- Ch.6 E-R Model: cs/DB/chapter6.md
- Vision Computing:
- Introduction of Computer Vision:
- cs/AI/CVI/index.md
- Image Formation: cs/AI/CVI/formation.md
- Image Processing: cs/AI/CVI/processing.md
- Optimization: cs/AI/CVI/optimization.md
- Matching: cs/AI/CVI/matching.md
- Computer Graphics:
- cs/CG/index.md
- Rasterization: cs/CG/rasterization.md
- Viewing: cs/CG/viewing.md
- Curves & Surfaces: cs/CG/curves_surfaces.md
- Theory:
- TCS:
- Encoding: cs/theory/TCS/lecture1.md
- 数据要素交易基础:
- cs/theory/data_market/index.md
- 非合作博弈: cs/theory/data_market/lecture3.md
- 合作博弈: cs/theory/data_market/lecture5.md
- 多臂老虎机算法: cs/theory/data_market/lecture6.md
- 拍卖与机制设计: cs/theory/data_market/lecture7.md
- 贝叶斯劝说: cs/theory/data_market/lecture9.md
# - Tools:
# - cs/tools/index.md
- Math & Phys:
- math_phys/index.md
- Analysis:
- math_phys/analysis/index.md
- 数分 I 期末辅学讲义: math_phys/analysis/analysis1_assist.md
# - ODE:
# - math_phys/ODE/index.md
# - General Physics I:
# - math_phys/general_physics_I/index.md
# - General Physics II:
# - math_phys/general_physics_II/index.md
- Numerical Analysis:
- math_phys/numerical_analysis/index.md
- Ch.1 Mathematical Preliminaries: math_phys/numerical_analysis/chapter1.md
- Ch.2 Solution of Equations in One Variable: math_phys/numerical_analysis/chapter2.md
- Ch.3 Interpolation and Polynomial Approximation: math_phys/numerical_analysis/chapter3.md
- Ch.4 Numerical Differentiation and Integration: math_phys/numerical_analysis/chapter4.md
- Ch.6 Direct Methods for Solving Linear Systems: math_phys/numerical_analysis/chapter6.md
- Ch.7 Iterative Techniques in Matrix Algebra: math_phys/numerical_analysis/chapter7.md
- Ch.8 Approximation Theory: math_phys/numerical_analysis/chapter8.md
- Quantum Computing:
- QC/index.md
# - 量子信息基础: QC/FQI/index.md
- 量子纠错: QC/QEC/index.md
# - 表面码: QC/QEC/surface_code.md
- 量子算法: QC/algorithm/index.md
- Misc:
- misc/index.md