mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
ffb2130b55
This allows us to output docstrings in a reasonable fashion.
5 lines
88 B
ReStructuredText
5 lines
88 B
ReStructuredText
.. {{ obj.type }}:: {{ obj.name }}
|
|
|
|
{{ obj.docstring|prepare_docstring|indent(3) }}
|
|
|