sphinx-autoapi/autoapi/templates/python/function.rst
2017-06-27 17:12:17 -07:00

9 lines
189 B
ReStructuredText

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