You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/autoapi/templates/python/method.rst

10 lines
193 B
ReStructuredText

{%- if obj.display %}
.. {{ obj.method_type }}:: {{ obj.short_name }}({{ obj.args }})
{% if obj.docstring %}
{{ obj.docstring|prepare_docstring|indent(3) }}
{% endif %}
{% endif %}