mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 05:56:19 +03:00
Update wording on index pages
This commit is contained in:
parent
68773576a7
commit
011e93690f
|
@ -123,7 +123,7 @@ It also helps you in configuring project for the different environments: replace
|
||||||
with a stub on the dev or stage.
|
with a stub on the dev or stage.
|
||||||
|
|
||||||
With the ``Dependency Injector`` objects assembling is consolidated in the container.
|
With the ``Dependency Injector`` objects assembling is consolidated in the container.
|
||||||
Dependencies and injections are defined explicitly.
|
Dependency injections are defined explicitly.
|
||||||
This makes easier to understand and change how application works.
|
This makes easier to understand and change how application works.
|
||||||
|
|
||||||
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg
|
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg
|
||||||
|
|
|
@ -121,7 +121,7 @@ Key features of the ``Dependency Injector``:
|
||||||
main() # <-- overridden dependency is injected automatically
|
main() # <-- overridden dependency is injected automatically
|
||||||
|
|
||||||
With the ``Dependency Injector`` objects assembling is consolidated in the container.
|
With the ``Dependency Injector`` objects assembling is consolidated in the container.
|
||||||
Dependencies and injections are defined explicitly.
|
Dependency injections are defined explicitly.
|
||||||
This makes easier to understand and change how application works.
|
This makes easier to understand and change how application works.
|
||||||
|
|
||||||
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg
|
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg
|
||||||
|
|
|
@ -206,7 +206,7 @@ You can override any provider with another provider.
|
||||||
It also helps you in configuring project for the different environments: replace an API client
|
It also helps you in configuring project for the different environments: replace an API client
|
||||||
with a stub on the dev or stage.
|
with a stub on the dev or stage.
|
||||||
|
|
||||||
Objects assembling is consolidated in the container. Dependencies and injections are defined explicitly.
|
Objects assembling is consolidated in the container. Dependency injections are defined explicitly.
|
||||||
This makes easier to understand and change how application works.
|
This makes easier to understand and change how application works.
|
||||||
|
|
||||||
Testing, Monkey-patching and dependency injection
|
Testing, Monkey-patching and dependency injection
|
||||||
|
|
Loading…
Reference in New Issue
Block a user