sphinx-autoapi/autoapi/templates/python/member.rst
Eric Holscher ffb2130b55 Implement prepare_docstring filter that wraps Sphinx's
This allows us to output docstrings in a reasonable fashion.
2016-11-04 15:17:50 -07:00

5 lines
88 B
ReStructuredText

.. {{ obj.type }}:: {{ obj.name }}
{{ obj.docstring|prepare_docstring|indent(3) }}