Python 全栈开发指南
Go to file
{admin@attacker.club} 5d3d6e5a2e init 2024-01-08 01:11:31 +08:00
docs init 2024-01-08 01:11:31 +08:00
.gitignore Initial commit 2024-01-07 09:33:30 +00:00
README.md init 2024-01-08 01:11:31 +08:00
mkdocs.yml init 2024-01-08 01:11:31 +08:00
requirements.txt init 2024-01-08 01:11:31 +08:00

README.md

Python

安装MkDocs

# 初始化项目
pip3 install mkdocs
python3 -m mkdocs new .

# 安装依赖包
pip3 install -r  requirements.txt

启动

# 服务启动
mkdocs serve
# 构建
mkdocs build
mkdocs build -clean  # 清理文档残留

readthedocs.com

https://about.readthedocs.com