diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 17:49:40 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 17:49:40 +0000 |
| commit | 10fabb58010d80f10ffe5de58faf8eea90c223b9 (patch) | |
| tree | a4630cd6cc17437949827062a2b9639640bbbf73 /docs/index.rst | |
| parent | Merge branch 'travis_releases' (diff) | |
| parent | Documentation improvements (diff) | |
| download | pygensvm-10fabb58010d80f10ffe5de58faf8eea90c223b9.tar.gz pygensvm-10fabb58010d80f10ffe5de58faf8eea90c223b9.zip | |
Merge branch 'docs'
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 |
