sphinx-autoapi/autoapi/templates/python/method.rst
2016-11-04 15:44:47 -07:00

10 lines
192 B
ReStructuredText

{%- if obj.display %}
.. method:: {{ obj.short_name }}({{ obj.args[1:]|join(',') }})
{% if obj.docstring %}
{{ obj.docstring|prepare_docstring|indent(3) }}
{% endif %}
{% endif %}