diff options
| author | Gabriel Falcão <gabriel@nacaolivre.org> | 2020-03-10 16:14:39 +0100 |
|---|---|---|
| committer | Gabriel Falcão <gabriel@nacaolivre.org> | 2020-03-10 16:14:39 +0100 |
| commit | e561e4aa57eba6ecb17f456c6d4ed801cffec776 (patch) | |
| tree | 1f47c66082cf55a60b9953830638e54a827c0eea /docs | |
| parent | b8c4b8b1af0587034eb197c9e57480e8c1a47ab9 (diff) | |
| download | httpretty-e561e4aa57eba6ecb17f456c6d4ed801cffec776.tar.gz | |
update docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/index.rst | 54 |
1 files changed, 44 insertions, 10 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 1f9ffa7..b8ee1e5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,19 +12,53 @@ Looking for the `Github Repository <https://github.com/gabrielfalcao/HTTPretty>` **Python Support:** -- **2.7.13** -- **3.6.5** -- **3.7.0** +- **3.6** +- **3.7** .. image:: https://github.com/gabrielfalcao/HTTPretty/raw/master/docs/source/_static/logo.svg?sanitize=true -.. image:: https://readthedocs.org/projects/httpretty/badge/?version=latest - :target: http://httpretty.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status -.. image:: https://travis-ci.org/gabrielfalcao/HTTPretty.svg?branch=master - :target: https://travis-ci.org/gabrielfalcao/HTTPretty -.. |PyPI python versions| image:: https://img.shields.io/pypi/pyversions/HTTPretty.svg - :target: https://pypi.python.org/pypi/HTTPretty +.. image:: https://img.shields.io/pypi/dm/HTTPretty + :target: https://pypi.org/project/HTTPretty + +.. image:: https://img.shields.io/codecov/c/github/gabrielfalcao/HTTPretty + :target: https://codecov.io/gh/gabrielfalcao/HTTPretty + +.. image:: https://img.shields.io/github/workflow/status/gabrielfalcao/HTTPretty/python-3.6?label=python%203.6 + :target: https://github.com/gabrielfalcao/HTTPretty/actions + +.. image:: https://img.shields.io/github/workflow/status/gabrielfalcao/HTTPretty/python-3.7?label=python%203.7 + :target: https://github.com/gabrielfalcao/HTTPretty/actions + +.. image:: https://img.shields.io/readthedocs/httpretty + :target: https://httpretty.readthedocs.io/ + +.. image:: https://img.shields.io/github/license/gabrielfalcao/HTTPretty?label=Github%20License + :target: https://github.com/gabrielfalcao/HTTPretty/blob/master/COPYING + +.. image:: https://img.shields.io/pypi/v/HTTPretty + :target: https://pypi.org/project/HTTPretty + +.. image:: https://img.shields.io/pypi/l/HTTPretty?label=PyPi%20License + :target: https://pypi.org/project/HTTPretty + +.. image:: https://img.shields.io/pypi/format/HTTPretty + :target: https://pypi.org/project/HTTPretty + +.. image:: https://img.shields.io/pypi/status/HTTPretty + :target: https://pypi.org/project/HTTPretty + +.. image:: https://img.shields.io/pypi/pyversions/HTTPretty + :target: https://pypi.org/project/HTTPretty + +.. image:: https://img.shields.io/pypi/implementation/HTTPretty + :target: https://pypi.org/project/HTTPretty + +.. image:: https://img.shields.io/snyk/vulnerabilities/github/gabrielfalcao/HTTPretty + :target: https://github.com/gabrielfalcao/HTTPretty/network/alerts + +.. image:: https://img.shields.io/github/v/tag/gabrielfalcao/HTTPretty + :target: https://github.com/gabrielfalcao/HTTPretty/releases + .. |Join the chat at https://gitter.im/gabrielfalcao/HTTPretty| image:: https://badges.gitter.im/gabrielfalcao/HTTPretty.svg :target: https://gitter.im/gabrielfalcao/HTTPretty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
