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 84b869a commit 3a94f6eCopy full SHA for 3a94f6e
doc/conf.py
@@ -191,3 +191,6 @@ def setup(app):
191
192
# -- 自定义网站的标题 --------------
193
# html_title = '动手学习 Python'
194
+
195
+# GitHub 统计卡片插件
196
+extensions.append("mystx.ext.github_readme_stats")
doc/inventory/books/python/index.md
@@ -1,7 +1,8 @@
1
# Python 库
2
3
-```{admonition} 动手学习
4
-<a href="https://xinetzone.github.io/d2py">
5
- <img src="https://github-readme-stats.vercel.app/api/pin/?show_owner=true&username=xinetzone&repo=d2py" />
6
-</a>
+```{github-pinned-repo}
+:username: xinetzone
+:repo: tao
+:theme: moltack
7
+:link: https://xinetzone.github.io/tao
8
```
0 commit comments