diff options
author | INADA Naoki <songofacandy@gmail.com> | 2017-01-13 20:48:48 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2017-01-13 20:48:48 +0900 |
commit | b328f3ecffd22e7f0db76e81774727fd171bf303 (patch) | |
tree | 657cada9ee1bce47779fef613c5dfb9617d0dadb | |
parent | 12845692b5a3703bc88e85f492143ca1a9985902 (diff) | |
download | msgpack-python-b328f3ecffd22e7f0db76e81774727fd171bf303.tar.gz |
Add badge for Read the Docs
-rw-r--r-- | README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,11 +2,12 @@ MessagePack for Python ====================== -:author: INADA Naoki - .. image:: https://secure.travis-ci.org/msgpack/msgpack-python.svg :target: https://travis-ci.org/#!/msgpack/msgpack-python - + +.. image:: https://readthedocs.org/projects/msgpack-python/badge/?version=latest + :target: http://msgpack-python.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status What's this ----------- |