From e9d6fc33fdde6bb4b30f1555f5ead4d3f869802c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 12 Oct 2018 09:13:53 -0400 Subject: [PATCH] rst --- docs/source/index.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index f8f4f91..5cc4da9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,8 +6,20 @@ A familar HTTP Service Framework ================================ -.. image:: https://travis-ci.org/kennethreitz/responder.svg?branch=master - :target: https://travis-ci.org/kennethreitz/responder +|Build Status| |image| |image| |image| |image| |image| + +.. |Build Status| image:: https://travis-ci.org/kennethreitz/responder.svg?branch=master + :target: https://travis-ci.org/kennethreitz/responder +.. |image| image:: https://img.shields.io/pypi/v/responder.svg + :target: https://pypi.org/project/responder/ +.. |image| image:: https://img.shields.io/pypi/l/responder.svg + :target: https://pypi.org/project/responder/ +.. |image| image:: https://img.shields.io/pypi/pyversions/responder.svg + :target: https://pypi.org/project/responder/ +.. |image| image:: https://img.shields.io/github/contributors/kennethreitz/responder.svg + :target: https://github.com/kennethreitz/responder/graphs/contributors +.. |image| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg + :target: https://saythanks.io/to/kennethreitz The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some `Hacktoberfest `_ spirit around, bring some of my ideas to the table, and see what I could come up with.