scikit-learn/doc/templates/deprecated_function.rst

25 lines
497 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 }}====================
.. meta::
:robots: noindex
.. warning::
**DEPRECATED**
.. currentmodule:: {{ module }}
.. autofunction:: {{ objname }}
.. include:: {{module}}.{{objname}}.examples
.. raw:: html
<div class="clearer"></div>