Skip to content

Commit 15e9a12

Browse files
committed
the README upgrade
1 parent 6161c83 commit 15e9a12

File tree

1 file changed

+47
-2
lines changed

1 file changed

+47
-2
lines changed

README.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@
4545
- [5.3.1 注册账号](#531-注册账号)
4646
- [5.3.2 检查软件包](#532-检查软件包)
4747
- [5.3.3 上传软件包](#533-上传软件包)
48-
- [六. 参考](#六-参考)
48+
- [六. WiKi](#六-wiki)
49+
- [6.1 规约与守则](#61-规约与守则)
50+
- [6.2 文档与源码](#62-文档与源码)
51+
- [6.3 配置与模板](#63-配置与模板)
52+
- [6.4 调试与构建](#64-调试与构建)
53+
- [6.5 日志与清理](#65-日志与清理)
54+
- [七. 参考](#七-参考)
4955

5056
## 一. 构建`venv`环境
5157

@@ -948,7 +954,46 @@ twine check dist/*
948954
twine upload dist/*
949955
```
950956
951-
## 六. 参考
957+
## 六. WiKi
958+
959+
### 6.1 规约与守则
960+
961+
1. [【Contract: 规约守则】](./doc/project_help/the_global_rules.md)
962+
963+
### 6.2 文档与源码
964+
965+
1. [【Document: Python 环境查看函数】](./doc/README.md)
966+
2. [【Source: Recommended Source Websites】](./doc/SOURCE.md)
967+
968+
### 6.3 配置与模板
969+
970+
1. [【Config: The `LICENSE` File】](./LICENSE.txt)
971+
2. [【Config: The `MANIFEST` File】](./MANIFEST.in)
972+
3. [【Config: The `pyproject` File】](./pyproject.toml)
973+
4. [【Config: The `requirements` File】](./requirements.txt)
974+
5. [【Config: The `setup` File】](./setup.cfg)
975+
6. [【Config: The `tox` File】](./tox.ini)
976+
7. [【Template: The `__init__` File】](./template/__init__.py)
977+
8. [【Template: The `__init__with_pkgutil` File】](./template/__init__with_pkgutil.py)
978+
9. [【Template: The `template` File】](./template/template.py)
979+
10. [【Template: The `template_class` File】](./template/template_class.py)
980+
11. [【Template: The `test_template` File】](./template/test_template.py)
981+
982+
### 6.4 调试与构建
983+
984+
1. [【Debug: Bash_or_Ps1】](./Temp/bash/bash_or_ps1.md)
985+
2. [【Debug: Python Command】](./Temp/bash/python_command.md)
986+
3. [【Debug: Environment Variable Information(The Necessities)】](./Temp/debug/env/interpreterInfo.py)
987+
4. [【Debug: Environment Variable Information(An Generals)】](./Temp/debug/env/interpreterInfo.py)
988+
5. [【Build: The `Requirements` Text】](./Temp/archives/material/requirements.txt)
989+
6. [【Build: The `Setup` Script】](./Temp/archives/material/setup.py)
990+
991+
### 6.5 日志与清理
992+
993+
1. [【Clean: darwin】](./.rmcache.bash)
994+
2. [【Clean: win】](./.rmcache.ps1)
995+
996+
## 七. 参考
952997
953998
1. https://packaging.python.org/tutorials/packaging-projects/
954999
2. https://packaging.python.org/guides/distributing-packages-using-setuptools/

0 commit comments

Comments
 (0)