Add github badges to readme and docs index page

This commit is contained in:
Roman Mogilatov 2016-10-19 14:58:11 +03:00
parent 0fe16a0b40
commit a62ddf8265
3 changed files with 44 additions and 23 deletions

View File

@ -19,28 +19,38 @@ dependency injection pattern in formal, pretty, Pythonic way.
Status Status
------ ------
+---------------------------------------+----------------------------------------------------------------------------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | | *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Latest Version | | | :alt: Latest Version |
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | | | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: License | | | :alt: License |
+---------------------------------------+----------------------------------------------------------------------------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | | *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Supported Python versions | | | :alt: Supported Python versions |
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | | | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ | | | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :alt: Supported Python implementations | | | :alt: Supported Python implementations |
+---------------------------------------+----------------------------------------------------------------------------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | | *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master |
| | :target: https://travis-ci.org/ets-labs/python-dependency-injector | | | :target: https://travis-ci.org/ets-labs/python-dependency-injector |
| | :alt: Build Status | | | :alt: Build Status |
| | .. image:: https://coveralls.io/repos/ets-labs/python-dependency-injector/badge.svg | | | .. image:: https://coveralls.io/repos/ets-labs/python-dependency-injector/badge.svg |
| | :target: https://coveralls.io/r/ets-labs/python-dependency-injector | | | :target: https://coveralls.io/r/ets-labs/python-dependency-injector |
| | :alt: Coverage Status | | | :alt: Coverage Status |
+---------------------------------------+----------------------------------------------------------------------------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *Github* | .. image:: https://img.shields.io/github/watchers/ets-labs/python-dependency-injector.svg?style=social&label=Watch |
| | :target: https://github.com/ets-labs/python-dependency-injector |
| | :alt: Github watchers |
| | .. image:: https://img.shields.io/github/stars/ets-labs/python-dependency-injector.svg?style=social&label=Star |
| | :target: https://github.com/ets-labs/python-dependency-injector |
| | :alt: Github stargazers |
| | .. image:: https://img.shields.io/github/forks/ets-labs/python-dependency-injector.svg?style=social&label=Fork |
| | :target: https://github.com/ets-labs/python-dependency-injector |
| | :alt: Github forks |
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
Dependency injection Dependency injection
-------------------- --------------------

View File

@ -49,6 +49,16 @@ Status
| | :target: https://coveralls.io/r/ets-labs/python-dependency-injector | | | :target: https://coveralls.io/r/ets-labs/python-dependency-injector |
| | :alt: Coverage Status | | | :alt: Coverage Status |
+---------------------------------------+----------------------------------------------------------------------------------------+ +---------------------------------------+----------------------------------------------------------------------------------------+
| *Github* | .. image:: https://img.shields.io/github/watchers/ets-labs/python-dependency-injector.svg?style=social&label=Watch |
| | :target: https://github.com/ets-labs/python-dependency-injector |
| | :alt: Github watchers |
| | .. image:: https://img.shields.io/github/stars/ets-labs/python-dependency-injector.svg?style=social&label=Star |
| | :target: https://github.com/ets-labs/python-dependency-injector |
| | :alt: Github stargazers |
| | .. image:: https://img.shields.io/github/forks/ets-labs/python-dependency-injector.svg?style=social&label=Fork |
| | :target: https://github.com/ets-labs/python-dependency-injector |
| | :alt: Github forks |
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
Contents Contents
-------- --------

View File

@ -9,7 +9,8 @@ follows `Semantic versioning`_
Development version Development version
------------------- -------------------
- No features. .. - No features.
- Add github badges to readme and docs index pages.
2.2.8 2.2.8
----- -----