sphinx-autoapi/autoapi/templates/python/member.rst
Eric Holscher 1cde5590eb Clean up how we render templates.
* Add top_level_object as global concept.
* Fix toctree generation
* Add passing of options to rendering
2015-06-10 13:13:34 -07:00

10 lines
136 B
ReStructuredText

.. Member Template
{# Identention in this file is important #}
.. {{ obj.type }}:: {{ obj.name }}
{{ obj.docstring|indent(3) }}