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

9 lines
173 B
ReStructuredText
Raw Normal View History

{%- if obj.display %}
2016-08-25 23:23:48 +00:00
.. function:: {{ obj.name }}({{ obj.args|join(',') }})
2015-04-01 00:01:41 +00:00
{% if obj.docstring %}
{{ obj.docstring.strip()|indent(3) }}
2015-04-01 00:01:41 +00:00
{% endif %}
{% endif %}