Add more docs fixes for 3.15.3

This commit is contained in:
Roman Mogylatov 2020-01-26 20:32:16 -05:00
parent f8ddf1b19b
commit 78dd3ec744
4 changed files with 8 additions and 7 deletions

View File

@ -41,17 +41,17 @@ Status
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :target: https://pypi.org/project/dependency-injector/ |
| | :alt: Latest Version |
| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :target: https://pypi.org/project/dependency-injector/ |
| | :alt: License |
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *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.org/project/dependency-injector/ |
| | :alt: Supported Python versions |
| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg |
| | :target: https://pypi.python.org/pypi/dependency_injector/ |
| | :target: https://pypi.org/project/dependency-injector/ |
| | :alt: Supported Python implementations |
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master |

View File

@ -139,6 +139,6 @@ that could be used for further reading:
+ https://en.wikipedia.org/wiki/Dependency_injection
+ https://martinfowler.com/articles/injection.html
+ https://github.com/ets-labs/python-dependency-injector
+ https://pypi.python.org/pypi/dependency-injector
+ https://pypi.org/project/dependency-injector/
.. disqus::

View File

@ -9,9 +9,10 @@ follows `Semantic versioning`_
3.15.3
------
- Fix typo in the link to the PyPi on the "Dependency Injection in Python" documentation page.
- Fix a typo in the link to the PyPi on the "Dependency Injection in Python" documentation page.
- Fix a couple of typos in the list of key features on the "Key Features" and index documentation
pages.
- Update a link to the PyPi page on a couple of documentation pages.
3.15.2
------

View File

@ -33,7 +33,7 @@ Verification of currently installed version could be done using
>>> dependency_injector.__version__
'3.15.2'
.. _PyPi: https://pypi.python.org/pypi/dependency_injector
.. _PyPi: https://pypi.org/project/dependency-injector/
.. _GitHub: https://github.com/ets-labs/python-dependency-injector
.. _GitHub releases page: https://github.com/ets-labs/python-dependency-injector/releases