将 Python 文档字符串从重组文本转换为 Google 样式的简单方法?

Simple way to convert Python docstrings from reStructured Text to Google style?

现在有人可以通过简单的方法将现有项目中的所有文档字符串从重组文本转换为 Google format 吗?

看起来 Napoleon 可以做类似的事情,但它看起来很复杂,所以我想我会问以前是否有人这样做过。任何想法将不胜感激。

尝试使用 pyment 将文档字符串从 reStructuredText 转换为 Google 格式。然后使用Napolean通过Sphinx生成文档。

Napoleon is a pre-processor that parses NumPy and Google style docstrings and converts them to reStructuredText before Sphinx attempts to parse them.