aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-07 12:03:14 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-07 12:03:14 -0500
commit6a5d1c6f5da29f1849daa181c22f175443465c5a (patch)
treee315eb7f1896fd4de04b64c024d152e91b6bbe53
parentupdate manifest.in (diff)
downloadpygensvm-6a5d1c6f5da29f1849daa181c22f175443465c5a.tar.gz
pygensvm-6a5d1c6f5da29f1849daa181c22f175443465c5a.zip
add documentation badge
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 44c47a7..7962056 100644
--- a/README.rst
+++ b/README.rst
@@ -4,6 +4,10 @@ GenSVM Python Package
.. image:: https://travis-ci.org/GjjvdBurg/PyGenSVM.svg?branch=master
:target: https://travis-ci.org/GjjvdBurg/PyGenSVM
+.. image:: https://readthedocs.org/projects/gensvm/badge/?version=latest
+ :target: https://gensvm.readthedocs.io/en/latest/?badge=latest
+ :alt: Documentation Status
+
This is the documentation of the Python package for the GenSVM classifier,
introduced in `GenSVM: A Generalized Multiclass Support Vector Machine
<http://www.jmlr.org/papers/v17/14-526.html>`_ by `Gerrit J.J. van den Burg