.. project-template documentation master file, created by sphinx-quickstart on Mon Jan 18 14:44:12 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. :notoc: ############################################# Project template for `scikit-learn` extension ############################################# **Date**: |today| **Version**: |version| **Useful links**: `Source Repository `__ | `Issues & Ideas `__ | This is the documentation for the `project-template` to help at extending `scikit-learn`. It provides some information on how to build your own custom `scikit-learn` compatible estimators as well as a template to package them. .. raw:: html
Getting started

Information regarding this template and how to modify it for your own project.

.. container:: custom-button :ref:`To the getting started guideline` .. raw:: html
User guide

An example of narrative documentation. Here, we will explain how to create your own scikit-learn estimator.

.. container:: custom-button :ref:`To the user guide` .. raw:: html
API reference

An example of API documentation. This is an example how to use sphinx to automatically generate reference API page.

.. container:: custom-button :ref:`To the reference guide` .. raw:: html
Examples

A set of examples. It complements the User Guide and it is the right place to show how to use your compatible estimator.

.. container:: custom-button :ref:`To the gallery of examples` .. raw:: html
.. toctree:: :maxdepth: 3 :hidden: :titlesonly: quick_start user_guide api auto_examples/index