-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (70 loc) · 2.39 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
site_name: OpenDA-wiki
repo_name: OpenDA Project
repo_url: https://github.com/Open-DA/OpenDA
theme:
name: material
custom_dir: overrides
features:
- header.autohide
- navigation.tracking
- navigation.top
- search.highlight
- search.share
- search.suggest
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: cyan
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
font:
# text:
code: Roboto Mono
# page tree
nav:
- Home 目录: index.md
- Preface 序言: preface.md
- A 基础课程:
- 微积分A(1): A_calculus_a(1).md
- 微积分A(2): A_calculus_a(2).md
- 线性代数: A_linear_algebra.md
- 离散数学: A_discrete_mathematics.md
- 复变函数: A_complex_function.md
- 随机数学与统计: A_stochastic_mathematics_and_statistics.md
- 程序设计基础: A_programming.md
- 电路原理: A_circuit.md
- 工程图学基础: A_engineering_drawing.md
- 大学物理B(1): A_physics_b(1).md
- 大学物理B(2): A_physics_b(2).md
- 物理实验B(1): A_physics_experiment_b(1).md
- 物理实验B(2): A_physics_experiment_b(2).md
- B 进阶课程:
- 数字电子技术基础: B_digital_electronics.md
- 模拟电子技术基础: B_analog_electronics.md
- 信号与系统: B_signal_and_system.md
- 数据结构: B_data_structure.md
- 人工智能基础: B_artificial_intelligence.md
- 模式识别与机器学习: B_pattern_recognition_and_machine_learning.md
- 系统工程导论: B_system_engineering.md
- 智能机器人: B_robotics.md
- 计算机网络: B_computer_network.md
- 计算机原理与系统: B_computer_principles_and_systems.md
- 计算机视觉: B_computer_vision.md
- 智能优化算法: B_intelligent_optimization_algorithm.md
- 数值分析: B_numerical_analysis.md
- 智能传感与检测: B_sensing_and_detection.md
- 运筹学: B_operations_research.md
- 自动控制原理一: B_control_theory1.md
- 自动控制原理二: B_control_theory2.md
- C 通识课程:
- 清华通识课程推荐: C_general_recommendation.md