有没有办法用python中的sphinx注释列表内容的类型?

时间:2015-12-22 02:02:01

标签: python python-sphinx

有没有办法在sphinx中注释列表元素的类型,如

def list_returning_function():
    """Returns an array of strings.

    :return: an array of strings
    :rtype: :class:`[str]`
    """
    return ['a', 'b', 'c']

0 个答案:

没有答案