|
3 | 3 |
|
4 | 4 | README.md
|
5 | 5 |
|
6 |
| - {name}:文档中文名 |
| 6 | + ApacheCN Python 源码分析:文档中文名 |
7 | 7 | {nameEn}:文档英文名
|
8 | 8 | {urlEn}:文档原始链接
|
9 |
| - {domain}:域名前缀 |
10 |
| - {adminName}:负责人名称 |
11 |
| - {adminUn}:负责人 Github 用户名 |
12 |
| - {adminQq}:负责人 QQ |
13 |
| - {repo}:ApacheCN 的 Github 仓库名称 |
14 |
| - {dockerName}:DockerHub 仓库名称 |
15 |
| - {pypiName}:PYPI 包名称 |
16 |
| - {npmName}:NPM 包名称 |
| 9 | + pyca:域名前缀 |
| 10 | + 飞龙:负责人名称 |
| 11 | + wizardforcel:负责人 Github 用户名 |
| 12 | + 562826179:负责人 QQ |
| 13 | + python-code-anal:ApacheCN 的 Github 仓库名称 |
| 14 | + python-code-anal:DockerHub 仓库名称 |
| 15 | + python-code-anal:PYPI 包名称 |
| 16 | + python-code-anal:NPM 包名称 |
17 | 17 |
|
18 | 18 | CNAME
|
19 | 19 |
|
20 |
| - {domain}:域名前缀 |
| 20 | + pyca:域名前缀 |
21 | 21 |
|
22 | 22 | index.html
|
23 | 23 |
|
24 |
| - {name}:文档中文名 |
25 |
| - {color}:显示颜色 |
26 |
| - {repo}:ApacheCN 的 Github 仓库名称 |
| 24 | + ApacheCN Python 源码分析:文档中文名 |
| 25 | + #b6459a:显示颜色 |
| 26 | + python-code-anal:ApacheCN 的 Github 仓库名称 |
27 | 27 |
|
28 | 28 | asset/docsify-apachecn-footer.js
|
29 | 29 |
|
30 |
| - {repo}:ApacheCN 的 Github 仓库名称 |
| 30 | + python-code-anal:ApacheCN 的 Github 仓库名称 |
31 | 31 | -->
|
32 | 32 |
|
33 |
| -# {name} |
| 33 | +# ApacheCN Python 源码分析 |
34 | 34 |
|
35 | 35 | > 原文:[{nameEn}]({urlEn})
|
36 | 36 | >
|
|
40 | 40 | >
|
41 | 41 | > 这好办。你的源码分析看起来不错,但它下一秒就是我的了。——飞龙
|
42 | 42 |
|
43 |
| -* [在线阅读](https://{domain}.apachecn.org) |
| 43 | +* [在线阅读](https://pyca.apachecn.org) |
44 | 44 | * [在线阅读(Gitee)](https://apachecn.gitee.io/doc-template/)
|
45 | 45 | * [ApacheCN 学习资源](http://docs.apachecn.org/)
|
46 | 46 |
|
|
54 | 54 |
|
55 | 55 | ### 负责人
|
56 | 56 |
|
57 |
| -* [{adminName}](https://github.com/{adminUn}): {adminQq} |
| 57 | +* [飞龙](https://github.com/wizardforcel): 562826179 |
58 | 58 |
|
59 | 59 | ### 其他
|
60 | 60 |
|
61 |
| -* 在我们的 [apachecn/{repo}](https://github.com/apachecn/{repo}) github 上提 issue. |
| 61 | +* 在我们的 [apachecn/python-code-anal](https://github.com/apachecn/python-code-anal) github 上提 issue. |
62 | 62 | * 发邮件到 Email: `[email protected]`.
|
63 | 63 | * 在我们的 [组织学习交流群](https://www.apachecn.org/#/docs/join) 中联系群主/管理员即可.
|
64 | 64 |
|
|
67 | 67 | ### Docker
|
68 | 68 |
|
69 | 69 | ```
|
70 |
| -docker pull apachecn0/{dockerName} |
71 |
| -docker run -tid -p <port>:80 apachecn0/{dockerName} |
| 70 | +docker pull apachecn0/python-code-anal |
| 71 | +docker run -tid -p <port>:80 apachecn0/python-code-anal |
72 | 72 | # 访问 http://localhost:{port} 查看文档
|
73 | 73 | ```
|
74 | 74 |
|
75 | 75 | ### PYPI
|
76 | 76 |
|
77 | 77 | ```
|
78 |
| -pip install {pypiName} |
79 |
| -{pypiName} <port> |
| 78 | +pip install python-code-anal |
| 79 | +python-code-anal <port> |
80 | 80 | # 访问 http://localhost:{port} 查看文档
|
81 | 81 | ```
|
82 | 82 |
|
83 | 83 | ### NPM
|
84 | 84 |
|
85 | 85 | ```
|
86 |
| -npm install -g {npmName} |
87 |
| -{npmName} <port> |
| 86 | +npm install -g python-code-anal |
| 87 | +python-code-anal <port> |
88 | 88 | # 访问 http://localhost:{port} 查看文档
|
89 | 89 | ```
|
90 | 90 |
|
|
0 commit comments