summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2014-07-28 09:34:42 -0400
committerJames Socol <me@jamessocol.com>2014-07-28 09:34:42 -0400
commit1fd482a418c556a1e5ee10d375033a80c5430301 (patch)
tree070a05c86f071ad47a3e287add8edd5a9fcf890b
parent26e90781c283ecb982610abd22aad0e2b1d6d2bf (diff)
downloadpystatsd-1fd482a418c556a1e5ee10d375033a80c5430301.tar.gz
Improve docs a little.
-rw-r--r--README.rst17
-rw-r--r--docs/index.rst17
2 files changed, 30 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 8c48244..6b22c24 100644
--- a/README.rst
+++ b/README.rst
@@ -2,12 +2,25 @@
A Python statsd client
======================
+statsd_ is a friendly front-end to Graphite_. This is a Python client
+for the statsd daemon.
+
.. image:: https://travis-ci.org/jsocol/pystatsd.png?branch=master
:target: https://travis-ci.org/jsocol/pystatsd
:alt: Travis-CI build status
-statsd_ is a friendly front-end to Graphite_. This is a Python client
-for the statsd daemon.
+.. image:: https://pypip.in/v/statsd/badge.png
+ :target: https://pypi.python.org/pypi/statsd/
+ :alt: Latest release
+
+.. image:: https://pypip.in/d/statsd/badge.png
+ :target: https://pypi.python.org/pypi/statsd/
+ :alt: Downloads
+
+:Code: https://github.com/jsocol/pystatsd
+:License: MIT; see LICENSE file
+:Issues: https://github.com/jsocol/pystatsd/issues
+:Documentation: http://statsd.readthedocs.org/
Quickly, to use::
diff --git a/docs/index.rst b/docs/index.rst
index ac9f4b1..b56bb64 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,12 +6,25 @@
Welcome to Python StatsD's documentation!
=========================================
+statsd_ is a friendly front-end to Graphite_. This is a Python client
+for the statsd daemon.
+
.. image:: https://travis-ci.org/jsocol/pystatsd.png?branch=master
:target: https://travis-ci.org/jsocol/pystatsd
:alt: Travis-CI build status
-statsd_ is a friendly front-end to Graphite_. This is a Python client
-for the statsd daemon.
+.. image:: https://pypip.in/v/statsd/badge.png
+ :target: https://pypi.python.org/pypi/statsd/
+ :alt: Latest release
+
+.. image:: https://pypip.in/d/statsd/badge.png
+ :target: https://pypi.python.org/pypi/statsd/
+ :alt: Downloads
+
+:Code: https://github.com/jsocol/pystatsd
+:License: MIT; see LICENSE file
+:Issues: https://github.com/jsocol/pystatsd/issues
+:Documentation: http://statsd.readthedocs.org/
Quickly, to use::