【发布时间】:2015-07-14 17:59:00
【问题描述】:
此问题与this other one 有关。建议和接受的解决方案是:
Returns:
(tuple): tuple containing:
arg1: First Argument
arg2: Second Argument
这个解决方案不起作用,至少对我来说是这样。不解析带有arg1 和arg2 描述的缩进子块。
我应该如何使用sphinx、sphinx.ext.napoleon 和 Google Style 文档字符串管理多个退货?
【问题讨论】:
-
我认为这是post的副本。
-
为了后代,另一个线程上的第二个未接受的答案工作正常。
标签: python python-sphinx google-style-guide sphinx-napoleon