summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Twomey <mick@twomeylee.name>2017-07-27 23:17:43 +0100
committerMichael Twomey <mick@twomeylee.name>2017-07-27 23:17:43 +0100
commit234c641d7791ff116335272461213649f39bd842 (patch)
tree15d7fbab8e285bffa97dd44d1a64e94c5d09a3d8 /docs
parent1db49632d792650aded52d2013599306506261fd (diff)
downloadpyiso8601-master.tar.gz
Remove py32 from tests and broken image link in docsHEADmaster
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e28f2dc..56f2583 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,8 +1,6 @@
pyiso8601: ISO 8601 Parsing for Python
======================================
-.. image:: https://pypip.in/d/iso8601/badge.png
-
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
>>> import iso8601