1 Star 0 Fork 0

天高云淡/48_python_study

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
book.json 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
天高云淡 提交于 2024-01-08 21:29 +08:00 . 初始化
{
"title": "Python 3 源码分析",
"description": "致力于分析Python 3.7.0 的源码实现",
"author": "Prodesire",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
"主页": "https://github.com/flaggo/python3-source-code-analysis"
}
},
"plugins": [
"-search",
"search-plus@^0.0.11",
"-sharing",
"sharing-plus",
"github@^2.0.0",
"github-buttons@2.1.0",
"edit-link@^2.0.2",
"splitter",
"tbfed-pagefooter",
"prism",
"page-toc-button",
"back-to-top-button"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"github": {
"url": "https://github.com/flaggo/python3-source-code-analysis"
},
"github-buttons": {
"repo": "flaggo/python3-source-code-analysis",
"types": ["star"],
"size": "small"
},
"sharing": {
"weibo": true,
"douban": true,
"linkedin": true,
"facebook": true,
"google": true,
"twitter": true,
"all": ["weibo", "douban", "linkedin", "facebook", "google", "twitter"]
},
"tbfed-pagefooter": {
"copyright": "Copyright © FlagGo 2019",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/flaggo/python3-source-code-analysis/edit/master",
"label": "编辑此页面"
},
"anchor-navigation-ex": {
"isRewritePageTitle": false,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
},
"prism": {
"lang": {
"console": "bash",
"shell": "bash"
},
"css": ["prismjs/themes/prism-okaidia.css"]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linux2014/48_python_study.git
git@gitee.com:linux2014/48_python_study.git
linux2014
48_python_study
48_python_study
master

搜索帮助