diff options
author | Eric Brown <browne@vmware.com> | 2016-02-03 14:49:04 -0800 |
---|---|---|
committer | Eric Brown <browne@vmware.com> | 2016-02-03 14:49:50 -0800 |
commit | 8084f2a4685f20f5fce60d292d2771e7c58fb701 (patch) | |
tree | b6a3458664e9da29a728c3865c37f78779831f3d | |
parent | 7de972255141e462e68ac7a04e25ce2b13bc911a (diff) | |
download | oslosphinx-8084f2a4685f20f5fce60d292d2771e7c58fb701.tar.gz |
Add version and download badges to README4.3.0
All the other oslo libraries contain such badges, so might as well
add to oslosphinx too.
Change-Id: I23fa8dc4619940896fb25af39325f076f4dd3e49
-rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ OpenStack Sphinx Extensions ============================= +.. image:: https://img.shields.io/pypi/v/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Downloads + Theme and extension support for Sphinx documentation from the OpenStack project. |