.. idly documentation master file, created by
   sphinx-quickstart on Tue Dec 29 20:08:18 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. _index:

Welcome to idly' documentation!
===================================

`idly <http://idly.readthedocs.io>`_  a collection of interpretable algorithms realized via DNN architectures

If you're new to idly, we invite you to take a
look at the :ref:`getting_started` guide, where you'll find a series of
tutorials illustrating all you can do with  idly. You can also check out the :ref:`FAQ` for many
use-case example. 

Any kind of feedback/criticism would be greatly appreciated (software design,
documentation, improvement ideas, spelling mistakes, etc...). Please feel free
to contribute and send pull requests (see `GitHub page
<https://github.com/dhavala/idly>`_)!


.. toctree::
   :caption: User Guide
   :hidden:

   getting_started
   prediction_algorithms
   building_custom_algo
   notation_standards
   FAQ


.. toctree::
   :maxdepth: 2
   :caption: API Reference
   :hidden:

   prediction_algorithms_package
   model_selection
   similarities
   accuracy
   dataset
   trainset
   reader
   evaluate
   dump
