Skip to content

Commit df64af7

Browse files
committed
Added link to documentation page.
1 parent 20049e1 commit df64af7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
DESCRIPTION
22
===========
33

4+
.. image:: https://readthedocs.org/projects/python-cluster/badge/?version=latest
5+
:target: https://readthedocs.org/projects/python-cluster/?badge=latest
6+
:alt: Documentation Status
7+
48
python-cluster is a "simple" package that allows to create several groups
59
(clusters) of objects from a list. It's meant to be flexible and able to
610
cluster any object. To ensure this kind of flexibility, you need not only to
@@ -44,3 +48,8 @@ For K-Means clustering it would look like this::
4448
>>> clusters = cl.getclusters(2)
4549

4650
The parameter passed to getclusters is the count of clusters generated.
51+
52+
53+
.. image:: https://readthedocs.org/projects/python-cluster/badge/?version=latest
54+
:target: https://readthedocs.org/projects/python-cluster/?badge=latest
55+
:alt: Documentation Status

0 commit comments

Comments
 (0)