We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c56f6 commit 607f547Copy full SHA for 607f547
docs/README.md
@@ -1,4 +1,4 @@
1
-# 《流畅的Python》(第2版)学习笔记
+# 《流畅的Python》(第2版)学习笔记 {docsify-ignore-all}
2
3
本书《流畅的Python》属于Python的进阶学习,里面很多内容都是介绍了Python的各种特性,从序列到函数,从装饰器到继承,从异步并发到元类编程。主要介绍了:
4
1. 数据结构:包含Python数据模型,各种容器(序列、映射、集合)的使用及注意事项,多种模式(序列模式、映射模式和类模式),以及对象的生命周期(引用、可变性和垃圾回收)。
docs/index.html
@@ -18,7 +18,8 @@
18
repo: 'https://github.com/Relph1119/fluent-python',
19
loadSidebar: true,
20
auto2top: true,
21
- subMaxLevel: 2,
+ sidebarDisplayLevel: 2,
22
+ subMaxLevel: 1,
23
alias: {
24
'/.*/_sidebar.md': '/_sidebar.md'
25
},
0 commit comments