Update docs index page

This commit is contained in:
Roman Mogylatov 2020-09-30 21:40:28 -04:00
parent 725c475ef0
commit 223c567437

View File

@ -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: