Skip to content

Commit 607f547

Browse files
committed
🔧 完善展开目录树的层级
1 parent f3c56f6 commit 607f547

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 《流畅的Python》(第2版)学习笔记
1+
# 《流畅的Python》(第2版)学习笔记 {docsify-ignore-all}
22

33
本书《流畅的Python》属于Python的进阶学习,里面很多内容都是介绍了Python的各种特性,从序列到函数,从装饰器到继承,从异步并发到元类编程。主要介绍了:
44
1. 数据结构:包含Python数据模型,各种容器(序列、映射、集合)的使用及注意事项,多种模式(序列模式、映射模式和类模式),以及对象的生命周期(引用、可变性和垃圾回收)。

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
repo: 'https://github.com/Relph1119/fluent-python',
1919
loadSidebar: true,
2020
auto2top: true,
21-
subMaxLevel: 2,
21+
sidebarDisplayLevel: 2,
22+
subMaxLevel: 1,
2223
alias: {
2324
'/.*/_sidebar.md': '/_sidebar.md'
2425
},

0 commit comments

Comments
 (0)