mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
10 lines
192 B
ReStructuredText
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 %}
|