diff options
| author | Ask Solem <ask@celeryproject.org> | 2016-04-11 13:05:11 -0700 |
|---|---|---|
| committer | Ask Solem <ask@celeryproject.org> | 2016-04-11 13:05:11 -0700 |
| commit | 91f4118b7fb8c3e914a06013e56afd2cc98e31fb (patch) | |
| tree | 8b38c76b8d5d2ad5fc3e805f1f9cbb9b022c3cb5 /docs | |
| parent | f9cadf426d8c15535ccd7bbc7487c05b013b6ae2 (diff) | |
| download | py-amqp-91f4118b7fb8c3e914a06013e56afd2cc98e31fb.tar.gz | |
Update README.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/includes/introduction.txt (renamed from docs/includes/intro.txt) | 0 | ||||
| -rw-r--r-- | docs/index.rst | 2 | ||||
| -rw-r--r-- | docs/templates/readme.txt | 15 |
3 files changed, 15 insertions, 2 deletions
diff --git a/docs/includes/intro.txt b/docs/includes/introduction.txt index 3c6609d..3c6609d 100644 --- a/docs/includes/intro.txt +++ b/docs/includes/introduction.txt diff --git a/docs/index.rst b/docs/index.rst index 46c8ddd..429ec40 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ amqp - Python AMQP low-level client library ============================================= -.. include:: includes/intro.txt +.. include:: includes/introduction.txt Contents ======== diff --git a/docs/templates/readme.txt b/docs/templates/readme.txt index 315cc1c..dc37b23 100644 --- a/docs/templates/readme.txt +++ b/docs/templates/readme.txt @@ -2,4 +2,17 @@ Python AMQP 0.9.1 client library ===================================================================== -.. include:: ../includes/intro.txt +[build-status] [coverage] [bitdeli] + +.. include:: ../includes/introduction.txt + +.. |build-status| image:: https://secure.travis-ci.org/celery/py-amqp.png?branch=master + :alt: Build status + :target: https://travis-ci.org/celery/py-amqp + +.. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=master + :target: https://codecov.io/github/celery/py-amqp?branch=master + +.. |bitdeli| image:: https://d2weczhvl823v0.cloudfront.net/celery/py-amqp/trend.png + :alt: Bitdeli badge + :target: https://bitdeli.com/free |
