aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-06 17:49:40 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-06 17:49:40 +0000
commit10fabb58010d80f10ffe5de58faf8eea90c223b9 (patch)
treea4630cd6cc17437949827062a2b9639640bbbf73 /docs/index.rst
parentMerge branch 'travis_releases' (diff)
parentDocumentation improvements (diff)
downloadpygensvm-10fabb58010d80f10ffe5de58faf8eea90c223b9.tar.gz
pygensvm-10fabb58010d80f10ffe5de58faf8eea90c223b9.zip
Merge branch 'docs'
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst35
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