From 60553fd17f92cbc18a03b3cacf074ef29648ee90 Mon Sep 17 00:00:00 2001 From: Wei Kang Date: Tue, 13 Nov 2018 09:30:34 -0800 Subject: [PATCH 1/2] add docs badge --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 2668289..c6b8157 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,10 @@ Point Pattern Analysis in PySAL .. image:: https://api.travis-ci.org/pysal/pointpats.svg :target: https://travis-ci.org/pysal/pointpats +.. image:: https://readthedocs.org/projects/pointpats/badge/?version=latest + :target: https://pointpats.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + Statistical analysis of planar point patterns. This package is part of a `refactoring of PySAL @@ -17,6 +21,12 @@ This `pointpats `_ package is intended to su It currently works on cartesian coordinates. Users with data in geographic coordinates need to project their data prior to using this module. +************* +Documentation +************* + +Online documentation is available `here `_. + ******** Examples ******** From c49853f5a8edb81cd08bb7a962abefd246556ad9 Mon Sep 17 00:00:00 2001 From: Wei Kang Date: Tue, 13 Nov 2018 09:31:56 -0800 Subject: [PATCH 2/2] add pypi package badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index c6b8157..cf5b345 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,9 @@ Point Pattern Analysis in PySAL :target: https://pointpats.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status +.. image:: https://badge.fury.io/py/pointpats.svg + :target: https://badge.fury.io/py/pointpats + Statistical analysis of planar point patterns. This package is part of a `refactoring of PySAL