Skip to content

Commit

Permalink
put some initial structure in main file
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent c0e8f9c commit eed48a6
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions doc/sphinx/source/index.rst
@@ -1,16 +1,36 @@
Welcome to Shogun documentation!
=========================================
The Shogun API cookbook
=======================

You may find something interesting here
This is a collection of cookbook-style examples for using Shogun.
Every example contains code listings in all of Shogun's supported target languages.

Contents
========
Classifier
==========

.. toctree::
:maxdepth: 1
:glob:

examples/**/*
examples/classifier/**


Regression
==========

.. toctree::
:maxdepth: 1
:glob:

examples/regression/**

Kernels
=======

.. toctree::
:maxdepth: 1
:glob:

examples/kernel/**

Indices and tables
==================
Expand Down

0 comments on commit eed48a6

Please sign in to comment.