未知
项目描述
[](https://travis-ci.org/enthought/refactordoc) [](https://coveralls.io/r/enthought/refactordoc?branch=master)
RefactorDoc扩展会解析autodoc扩展检索到的函数和类文档字符串,并将其重构为sphinx友好的rst格式。该扩展与替代方案(如numpydoc)具有相似之处,但旨在反映文档字符串的原始形式。
RefactorDoc的主要目标
不要更改节顺序。
允许在节块之间(以及内部)使用sphinx指令。
更容易调试(原生支持调试)和扩展(未来版本)。
仓库
RefactorDoc扩展位于GitHub。您可以使用以下命令克隆仓库
$ git clone https://github.com/enthought/refactordoc.git
安装
使用pip从PyPI安装refactordoc
$ pip install reafactordoc
将refactor-doc添加到您的sphinx conf.py扩展变量中
extensions = [ ..., 'refactordoc', ..., ]
项目详情
关闭
refactordoc-0.3.1.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 64f23ae44f347cf3c03cd24267a5aced547d34fae395f0dcc192d2ef56626df7 |
|
MD5 | fb597b6913aedce61306d5a64ef3838e |
|
BLAKE2b-256 | 5f0ef19527a334a03b73fea7af787d91b88d84bf69f49db807f75595c29dcdb4 |