18 lines
433 B
ReStructuredText
18 lines
433 B
ReStructuredText
..
|
|
The empty line below should not be removed. It is added such that the `rst_prolog`
|
|
is added before the :mod: directive. Otherwise, the rendering will show as a
|
|
paragraph instead of a header.
|
|
|
|
:mod:`{{module}}`.{{objname}}
|
|
{{ underline }}====================
|
|
|
|
.. currentmodule:: {{ module }}
|
|
|
|
.. autofunction:: {{ objname }}
|
|
|
|
.. include:: {{module}}.{{objname}}.examples
|
|
|
|
.. raw:: html
|
|
|
|
<div class="clearer"></div>
|