diff --git a/docs/index.rst b/docs/index.rst index 9d80a51d..d4da44dc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -119,16 +119,6 @@ Key features of the ``Dependency Injector``: 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``. .. _contents: