From 7d255c08c589a443aa72ff247b46022204a2ef22 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 12 Dec 2017 20:19:12 -0500 Subject: added documentation --- docs/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..d8f8425 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,25 @@ +.. GenSVM documentation master file, created by + sphinx-quickstart on Tue Sep 26 00:11:33 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + + +.. include:: ../README.rst + +Classes +======= + +The complete documentation of the available GenSVM classes is presented below. + +GenSVM +------ + +.. autoclass:: gensvm.core.GenSVM + +GenSVMGridSearchCV +------------------ + +.. autoclass:: gensvm.gridsearch.GenSVMGridSearchCV + + +.. include:: ../CHANGELOG.rst -- cgit v1.2.3