Use shortname for methods

pull/89/head
Eric Holscher 8 years ago
parent 5901291d3f
commit e8514dfee2

@ -1,6 +1,6 @@
{%- if obj.display %}
.. method:: {{ obj.name }}({{ obj.args[1:]|join(',') }})
.. method:: {{ obj.short_name }}({{ obj.args[1:]|join(',') }})
{% if obj.docstring %}
{{ obj.docstring|prepare_docstring|indent(3) }}

Loading…
Cancel
Save