diff options
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/docs/index.rst b/docs/index.rst index 6845d73..55b6a10 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,29 +3,24 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -.. toctree:: - -.. include:: ./README.rst - -Classes -------- - -GenSVM -^^^^^^ - -.. include:: ./cls_gensvm.txt +.. include:: ./readme.rst -GenSVMGridSearchCV -^^^^^^^^^^^^^^^^^^ - -.. include:: ./cls_gridsearch.txt +.. toctree:: + :maxdepth: 2 -Functions ---------- + readme -.. include:: ./auto_functions.txt +.. toctree:: + :caption: API Documentation + :maxdepth: 2 -.. include:: ./kernels.txt + cls_gensvm + cls_gridsearch + auto_functions + kernels -.. include:: ./CHANGELOG.rst +.. toctree:: + :caption: Further Documentation + :maxdepth: 2 + changelog |
