mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-08 07:10:31 +00:00
9 lines
189 B
ReStructuredText
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 %} |