summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2014-02-23 09:29:08 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2014-02-23 09:29:08 +1000
commit0e03876808c958244a28ddc6ca3ee2d5c8893517 (patch)
treefcdea1ed98ac58c996d2006bdbd2acfffc579b81
parentcc8b187a8182aa1bdbf9b68444a2377d184dcc5f (diff)
downloadisodate-0e03876808c958244a28ddc6ca3ee2d5c8893517.tar.gz
move travis-ci badge underneath title
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f7ef62a..81fb196 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,8 @@
ISO 8601 date/time parser
=========================
+.. image:: https://travis-ci.org/gweis/isodate.png?branch=master :target: https://travis-ci.org/gweis/isodate
+
This module implements ISO 8601 date, time and duration parsing.
The implementation follows ISO8601:2004 standard, and implements only
date/time representations mentioned in the standard. If something is not
@@ -100,5 +102,3 @@ The source release provides a *setup.py* script and a *buildout.cfg*. Both can
be used to run the unit tests included.
Source code is available at `<http://github.com/gweis/isodate>`_.
-
-.. image: https://travis-ci.org/gweis/isodate.png?branch=master