我试图学习的内容比许多python模块中常见的:param myparam: Some description
文档样式还多,但是还无法识别出受支持的字段名称的完整列表。从示例中,我收集了param
,raises
,returns
。
def my_method(self, someval):
"""Returns one plus the given value
:param someval: an integer on which to operate
:whatelseisthere:
"""
return someval + 1
http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
答案 0 :(得分:1)
可以找到here:
的字段名称的完整列表