nedoc:Python的API文档生成器

时间:2024-05-22 13:50:37
【文件属性】:

文件名称:nedoc:Python的API文档生成器

文件大小:200KB

文件格式:ZIP

更新时间:2024-05-22 13:50:37

python documentation Python

Nedoc(非评估文档) Nedoc是Python 3的API文档的生成器,具有以下功能: 您的代码未执行; 您的程序及其依赖项不必安装。 Nedoc跟踪哪些方法被覆盖并在文档中显示。 支持重写方法的文档字符串继承。 内多克(Nedoc)跟踪重新导入的内容和位置。 产生的文档是一组静态HTML文件。 支持的文档字符串样式:numpydoc,google,rst 例子 Nedoc生成的Django文档: ://spirali.github.io/nedoc-demo/django/django.html Nedoc生成的Dask /分布式文档: ://spirali.github.io/nedoc-demo/distributed/distributed.html 安装 $ pip3 install nedoc 入门(简短版) python3 -m nedoc init


【文件预览】:
nedoc-master
----MANIFEST.in(36B)
----docs()
--------screenshot.png(66KB)
----tests()
--------test_build.py(4KB)
--------conftest.py(4KB)
--------test_config.py(645B)
--------test_render.py(434B)
--------test_rst.py(267B)
--------test_docstring.py(2KB)
----LICENSE(1KB)
----nedoc()
--------unit.py(10KB)
--------core.py(7KB)
--------utils.py(489B)
--------templates()
--------__main__.py(30B)
--------__init__.py(0B)
--------parse.py(4KB)
--------config.py(4KB)
--------version.py(16B)
--------docstring.py(3KB)
--------rst.py(294B)
--------cmd.py(2KB)
--------render.py(6KB)
----requirements.txt(113B)
----setup.py(882B)
----.gitignore(38B)
----README.md(2KB)
----scripts()
--------reformat.sh(131B)

网友评论