-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (46 loc) · 1.33 KB
/
Copy pathmkdocs.yml
File metadata and controls
49 lines (46 loc) · 1.33 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
site_name: C++程序员的Python入门
site_url: http://python.hackerphysics.com
theme:
name: material
logo: images/python.png
favicon: images/python.png
language: 'zh'
features:
- navigation.expand
- navigation.top
- navigation.tabs
- search.suggest
- toc.integrate
- content.code.annotate
nav:
- '前言': 'index.md'
# - '编程语言漫谈': '0-programming-languages.md'
- '基础知识': '1-python-fundamentals.md'
- '函数': '2-python-function.md'
- '类': '3-python-class.md'
- '模块': '4-python-module.md'
- '科学计算': '5-python-numpy.md'
- '实战': '6-python-applications.md'
- 'AI协作': '7-python-ai-collaboration.md'
plugins:
# - with-pdf
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
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