Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 607f547

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎docs/README.md

Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines 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

Copy file name to clipboardExpand all lines: docs/index.html
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.