sphinx-autoapi/autoapi/templates/python/function.rst

9 lines
189 B
ReStructuredText
Raw Normal View History

{%- if obj.display %}
.. function:: {{ obj.short_name }}({{ obj.args|join(',') }})
2015-04-01 00:01:41 +00:00
{% if obj.docstring %}
{{ obj.docstring|prepare_docstring|indent(3) }}
2015-04-01 00:01:41 +00:00
{% endif %}
{% endif %}