summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax ulidtko <ulidtko@gmail.com>2019-08-09 20:51:48 +0300
committermax ulidtko <ulidtko@gmail.com>2019-08-09 20:51:48 +0300
commit6b7deefab9b34a6e161f256fc734c50a3402829d (patch)
tree44bd59f9b0cfe1fd89f865d43f239bb119af8f1e
parent0f341570b853f9edc382983ee81d5b8bd93571e3 (diff)
downloadurwid-fix-py34-tests.tar.gz
tidy up README shieldsfix-py34-tests
-rw-r--r--README.rst28
1 files changed, 19 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index a72ff32..72af770 100644
--- a/README.rst
+++ b/README.rst
@@ -1,12 +1,9 @@
-.. image:: https://travis-ci.org/urwid/urwid.svg?branch=master
- :alt: build status
- :target: https://travis-ci.org/urwid/urwid/
-
-.. image:: https://coveralls.io/repos/github/urwid/urwid/badge.svg
- :alt: build coverage
- :target: https://coveralls.io/github/urwid/urwid
-
-`Development version documentation <http://urwid.readthedocs.org/en/latest/>`_
+Urwid
+=====
+|pypi|_
+|docs|_
+|travis|_
+|coveralls|_
.. content-start
@@ -88,3 +85,16 @@ Contributors
- `inducer <//github.com/inducer>`_
- `winbornejw <//github.com/winbornejw>`_
- `hootnot <//github.com/hootnot>`_
+
+
+.. |pypi| image:: http://img.shields.io/pypi/v/urwid.svg :alt: current version on PyPi
+.. _pypi: https://pypi.python.org/pypi/urwid
+
+.. |docs| image:: https://readthedocs.org/projects/urwid/badge/ :alt: docs link
+.. _docs: http://urwid.readthedocs.org/en/latest/
+
+.. |travis| image:: https://travis-ci.org/urwid/urwid.svg?branch=master :alt: build status
+.. _travis: https://travis-ci.org/urwid/urwid/
+
+.. |coveralls| image:: https://coveralls.io/repos/github/urwid/urwid/badge.svg :alt: test coverage
+.. _coveralls: https://coveralls.io/github/urwid/urwid