Ask HN:你更喜欢哪种文档字符串格式?

1作者: RS-2328 个月前
好奇大家都在用什么来写文档字符串,以及对 Python 文档工具的看法。<p>我个人喜欢无类型的 reStructuredText 的简洁性,但我看到很多人用 Google 风格。
查看原文
Curious what you all are using for docstrings and your thoughts on Python doc tooling.<p>I personally like the brevity of typeless reStructuredText, but I see a lot of folks using Google.