Python Sphinx
# 安装 Sphinx
1pip install Sphinx
# 快速创建
1sphinx_quickstart
文档根目录 (Root path for the documentation),默认为当前目录 (.)
是否分离文档源代码与生成后的文档 (Separate source and build directories): y
模板与静态文件存放目录前缀 (Name prefix for templates and static dir):_
项目名称 (Project name) : sphinx-note
作者名称 (Author name):jbn
项目版本 (Project...
more...









