scikit-learn/doc/templates/display_all_class_methods.rst

20 lines
546 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 }}
.. autoclass:: {{ objname }}
.. include:: {{module}}.{{objname}}.examples
.. include:: {{module}}.{{objname}}.from_estimator.examples
.. include:: {{module}}.{{objname}}.from_predictions.examples
.. raw:: html
<div class="clearer"></div>