文件名称:phix:使编写Sphinx文档更加容易
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-02 16:06:28
documentation sphinx restructuredtext Python
菲克斯 作者:Kit La Touche 概述 使编写Sphinx文档更加容易。 这是用于构建和提供Sphinx文档的命令行工具。 从您的Sphinx Makefile所在的目录中运行此文件,它将在任何*.rst更改上构建您的文档,并在http://localhost:8000提供它们。 选项: -t ,-- --type :运行make子命令,并提供_build子目录。 默认为dirhtml 。 -p ,-- --port :用于提供文档的端口。 默认为8000 -r , --root :狮身人面像项目的根目录下建立和服务。 默认为. 。 --help :显示帮助。 --version :显示版本。 安装/使用 要安装,请使用pip: $ pip install phix 或克隆仓库: $ git clone https://github.com/wlonk/phix.
【文件预览】:
phix-master
----MANIFEST.in(44B)
----README.rst(1006B)
----docs()
--------make.bat(7KB)
--------Makefile(8KB)
--------source()
----tests()
--------test_run.py(303B)
----tox.ini(96B)
----setup.cfg(89B)
----requirements.txt(32B)
----setup.py(3KB)
----LICENSE.md(1KB)
----.gitignore(391B)
----phix()
--------__init__.py(4KB)
----.circleci()
--------config.yml(1KB)
----update_docs.sh(449B)