scikit-learn/doc/templates/function.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
433 B
ReStructuredText
Raw Normal View History

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