-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
104 lines (99 loc) · 3.12 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
# Project Information
site_name: ICS Wiki
site_description: ICS Wiki 是 NJU 信息与计算科学(羟基)专业的站点
site_author: NJU
repo_name: 'NJUICS-WIKI/ics-wiki'
repo_url: 'https://github.com/NJUICS-WIKI/ics-wiki'
edit_uri: 'edit/main/docs'
theme:
name: material
language: 'zh'
custom_dir: overrides
# Contents
nav:
- 简介: index.md
- 基本技能: skills.md
- 课程:
- 大一上:
- 数学分析: Course/MathAnalysis1.md
- 高等代数: Course/LinAlg1.md
- 微积分1: Course/Calculus1.md
- 线性代数: Course/LinAlg.md
- 信息与计算科学导论: Course/icsIntro.md
- 信息与计算科学实验: Course/icsIntroLab.md
- 大一下:
- 数学分析: Course/MathAnalysis2.md
- 高等代数: Course/LinAlg2.md
- 微积分2: Course/Calculus2.md
- 离散数学: Course/DiscreteMath.md
- 信息科学与实践: Course/LAOZHAO1.md
- 大学物理: Course/Physics.md
- 大二上:
- 密码学原理: Course/Crypto.md
- 概率论与数理统计: Course/Probabilistic.md
- 数据结构: Course/DataStructure.md
- 近世代数: Course/AbstractAlgebra.md
- 最优化方法: Course/OptimizationMethods.md
- 计算机系统基础: Course/ICS.md
- 大二下:
- 算法设计与分析: Course/Algorithm.md
- 图论与算法: Course/Graph.md
- 数理逻辑: Course/MathLogic.md
- 计算方法: Course/Numerical.md
- 博弈论及其应用: Course/GameTheory.md
- 计算机系统基础: Course/ICS.md
- 大三上:
- 形式语言与自动机: Course/FLA.md
- 软件工程: Course/Software.md
- 计算机网络: Course/Network.md
- 编译原理: Course/Compiler.md
- 数据库概论: Course/Database.md
- 数字逻辑与计算机组成: Course/DLCO.md
- 信息论基础: Course/InformationTheory.md
- 大三下:
- 数字逻辑与计算机组成实验: Course/DLCO_Lab.md
- 操作系统: Course/OS.md
- 跨选课程:
- 程序设计语言的形式语义: Course/FormalSemantics.md
- 并发算法与理论: Course/Concurrency.md
- OJ:
- test: test.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js