2023-06-23 18:03:21 +08:00
|
|
|
..
|
|
|
|
|
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.
|
|
|
|
|
|
2014-01-21 10:20:47 +08:00
|
|
|
:mod:`{{module}}`.{{objname}}
|
2014-01-21 15:24:11 +08:00
|
|
|
{{ underline }}====================
|
2010-10-05 20:33:24 +08:00
|
|
|
|
|
|
|
|
.. currentmodule:: {{ module }}
|
|
|
|
|
|
|
|
|
|
.. autofunction:: {{ objname }}
|
|
|
|
|
|
2014-07-01 10:13:15 +08:00
|
|
|
.. include:: {{module}}.{{objname}}.examples
|
2010-10-05 20:33:24 +08:00
|
|
|
|
2014-07-01 10:13:15 +08:00
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
|
|
<div class="clearer"></div>
|