mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 11:51:39 +03:00
Update docs index page
This commit is contained in:
parent
725c475ef0
commit
223c567437
|
@ -119,16 +119,6 @@ Key features of the ``Dependency Injector``:
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
||||||
With the ``Dependency Injector`` you keep **application structure in one place**.
|
|
||||||
This place is called **the container**. You use the container to manage all the components of the
|
|
||||||
application. All the component dependencies are defined explicitly. This provides the control on
|
|
||||||
the application structure. It is **easy to understand and change** it.
|
|
||||||
|
|
||||||
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-map.svg
|
|
||||||
:target: https://github.com/ets-labs/python-dependency-injector
|
|
||||||
|
|
||||||
*The container is like a map of your application. You always know what depends on what.*
|
|
||||||
|
|
||||||
Explore the documentation to know more about the ``Dependency Injector``.
|
Explore the documentation to know more about the ``Dependency Injector``.
|
||||||
|
|
||||||
.. _contents:
|
.. _contents:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user