From 8946534d46db27e01dac813963d73d78ce869208 Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Wed, 26 Aug 2015 15:10:35 -0400 Subject: [PATCH] Fix badges. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index faa0e36..6117dfb 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,8 @@ sprockets.mixins.media_type A mixin that performs Content-Type negotiation and request/response (de)serialization. +|Documentation| |Build Badge| |Package Info| + This mix-in adds two methods to a ``tornado.web.RequestHandler`` instance: - ``get_request_body() -> dict``: deserializes the request body according @@ -55,3 +57,10 @@ instance that the mix-in uses to manipulate the request and response bodies. Based on the settings stored in the ``Application`` instance and the HTTP headers, the request and response data will be handled correctly or the appropriate HTTP exceptions will be raised. + +.. |Documentation| image:: https://readthedocs.org/projects/sprocketsmixinsmedia-type/?badge=latest + :target: https://sprocketsmixinsmedia_type.readthedocs.org/ +.. |Build Badge| image:: https://travis-ci.org/sprockets/sprockets.mixins.media_type.svg + :target: https://travis-ci.org/sprockets/sprockets.mixins.media_type +.. |Package Info| image:: https://img.shields.io/pypi/v/sprockets.mixins.media_type.svg + :target: https://pypi.python.org/sprockets.mixins.media_type