-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
163 lines (150 loc) · 6.44 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
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
site_name: 宁波大学课程攻略共享计划
site_url: https://NBUComputerRepairClub.github.io/nbu-icicles/
site_description: 宁波大学课程攻略共享计划
repo_name: nbu-icicles
repo_url: https://github.com/NBUComputerRepairClub/nbu-icicles/
edit_uri: tree/main/docs
nav :
- 主页:
- index.md
- 贡献指南: contributing.md
- 课程页面模板: template.md
- 书籍资料 : 书籍资料/index.md
- 书籍资料下载 :
- 下载库: 书籍资料/index.md
- 本科生课程:
- 概览: 本科生课程/index.md
- 体育选课: 本科生课程/选课信息/physics.md
- CET-4&6: 本科生课程/CET/index.md
- 毕业设计: 本科生课程/毕业设计/readme.md
- 毕业实习: 本科生课程/毕业实习/readme.md
- 数值计算: 本科生课程/数值计算/readme.md
- 随机过程: 本科生课程/随机过程/readme.md
- CS专业课:
- 概览: CS专业课/index.md
- 大二上:
- CS专业课/大二上/index.md
- 概率论: CS专业课/大二上/概率论/index.md
- 离散数学: CS专业课/大二上/离散数学/index.md
- 数字电路: CS专业课/大二上/数字电路/index.md
- Matlab与数值计算: CS专业课/大二上/Matlab与数值计算/index.md
- 大三上:
- CS专业课/大三上/index.md
- 数据库: CS专业课/大三上/数据库/index.md
- 汇编语言与接口技术: CS专业课/大三上/汇编语言与接口技术/index.md
- 操作系统 : CS专业课/大三上/操作系统/index.md
- 软件工程 : CS专业课/大三上/软件工程/index.md
- 网络工程课程设计 : CS专业课/大三上/网络工程课程设计/index.md
- 软硬件基础课程设计 : CS专业课/大三上/软硬件基础课程设计/index.md
- 无线网络 : CS专业课/大三上/无线网络/index.md
- 移动应用开发 : CS专业课/大三上/移动应用开发/index.md
- Java高级应用 : CS专业课/大三上/Java高级应用/index.md
- 大三下:
- CS专业课/大三下/index.md
- 编译原理 : CS专业课/大三下/编译原理/index.md
- 嵌入式系统: CS专业课/大三下/嵌入式系统/index.md
- 软件实习项目: CS专业课/大三下/软件实习项目/index.md
- 算法设计与分析: CS专业课/大三下/算法设计与分析/index.md
- 网络集成实习: CS专业课/大三下/网络集成实习/index.md
- 信息安全技术: CS专业课/大三下/信息安全技术/index.md
- IT项目管理: CS专业课/大三下/IT项目管理/index.md
- 云计算技术: CS专业课/大三下/云计算技术/index.md
- EE专业课:
- 概览: EE专业课/index.md
- 大二上:
- EE专业课/大二上/index.md
- 数字电子技术基础: EI专业课/大二上/数字电子技术基础/index.md
- 数字电子技术实验: EI专业课/大二上/数字电子技术实验/index.md
- 大三下:
- EE专业课/大三下/index.md
- 智能控制导论: EE专业课/大三下/智能控制导论/index.md
- EI专业课:
- 概览: EI专业课/index.md
- 大二上:
- EI专业课/大二上/index.md
- 电路原理: EI专业课/大二上/电路原理/index.md
- 复变函数与积分变换: EI专业课/大二上/复变函数与积分变换/index.md
- 概率统计: EI专业课/大二上/概率统计/index.md
- 数字电子技术基础: EI专业课/大二上/数字电子技术基础/index.md
- Matlab与数值计算: EI专业课/大二上/Matlab与数值计算/index.md
- 竞赛:
- 简介/竞赛.md
- 飞桨黑客马拉松: 竞赛/paddle.md
- 电子设计竞赛: 竞赛/电子设计竞赛.md
- 机器人竞赛: 竞赛/机器人竞赛.md
- 升学:
- 简介/升学.md
- 工作:
- 简介/工作.md
- 百科:
- 简介/百科.md
theme:
name: 'material'
language: 'zh'
# logo: images/icon.png
icon: # 图标
logo: material/notebook-outline
repo: fontawesome/brands/github
edit: material/pencil
custom_dir: overrides # 使用扩展主题
features:
- content.code.annotate #启用代码注释特性
- content.action.edit #启用编辑按钮
- navigation.tracking #启用导航跟踪
- navigation.top #启用顶部导航特性
- navigation.tabs #启用导航标签特性。
- navigation.footer #启用页脚导航特性。
- navigation.indexes #启用索引导航特性。
- navigation.sections #启用章节导航特性。
font:
# text: Noto Serif SC
code: JetBrains Mono
palette:
- scheme: default #配置颜色方案
plugins:
- search
- heti:
extra_skipped_class:
- arithmatex
# 不使用ZJU-Turing的插件:
# - turing_changelog
# - turing_contributors
# - turing_evaluations
# - turing_outdate_warning
extra_css: # 额外的 CSS 文件
- https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,300i,400,400i,700,700i&display=fallback
- css/tasklist.css
- css/card.css
- css/custom.css
extra_javascript: # 额外的 JavaScript 文件
- js/katex.js
markdown_extensions:
- toc: # 目录扩展,为每个页面生成目录
permalink: true # 每个标题都有一个永久链接
toc_depth: 4 # 目录的深度为 4
- meta # 元数据扩展
- def_list # 定义列表扩展
- attr_list # 属性列表扩展
- md_in_html # 在 HTML 中使用 Markdown 的扩展
- sane_lists # 更合理的列表扩展
- admonition # 警告框扩展
- pymdownx.keys # 表示键盘按键的扩展
- pymdownx.mark # 标记扩展
- pymdownx.tilde # 波浪线扩展
- pymdownx.critic # 批评扩展
- pymdownx.details # 详细信息扩展
- pymdownx.snippets # 代码片段扩展
- pymdownx.magiclink # 魔术链接扩展
- pymdownx.superfences # 超级围栏扩展
- pymdownx.inlinehilite # 内联高亮扩展
- pymdownx.emoji: # emoji 扩展
emoji_index: !!python/name:materialx.emoji.twemoji # emoji 的索引
emoji_generator: !!python/name:materialx.emoji.to_svg # emoji 的生成器
- pymdownx.tabbed: # 制表符扩展
alternate_style: true # 使用替代样式
- pymdownx.tasklist: # 任务列表扩展
custom_checkbox: true # 使用自定义的复选框
- pymdownx.highlight: # 代码高亮扩展
anchor_linenums: true # 每一行都有一个锚点
- pymdownx.arithmatex: # 数学公式扩展
generic: true # 使用通用模式