Skip to content

Commit a84102d

Browse files
committed
docs(quicknote): add cython-build-image
1 parent 7a948fa commit a84102d

File tree

14 files changed

+1503
-555
lines changed

14 files changed

+1503
-555
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
# if your docs needs submodules, uncomment the following line

.vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"yzhang.markdown-all-in-one",
55
"bierner.markdown-mermaid"
66
]
7-
}
7+
}

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
"jsonc",
6363
"yaml"
6464
]
65-
}
65+
}

docs/README.md

-11
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,3 @@ footer: Python 笔记合集,由 @Sun-ZhenXing 创建
1414
# Python 笔记合集
1515

1616
<AutoCatalog />
17-
18-
::: warning TODO
19-
20-
- [ ] 使用 `TypedDict` 构造类型字典
21-
- [ ] 如何构建像 SymPy 一样的代数系统
22-
- [ ] 从零构建 JS 逆向工具,通过网站验签
23-
- [ ] PySide6: 添加笔记:Tree/Table 扩展最后一行/列
24-
- [ ] Celery:Python 异步任务调度
25-
- [ ] Rocketry:Python 下的轻量调度框架
26-
27-
:::

0 commit comments

Comments
 (0)