From 223c567437c2eef9a66f281f1ff4754a08f905bf Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 30 Sep 2020 21:40:28 -0400 Subject: [PATCH] Update docs index page --- docs/index.rst | 10 ---------- 1 file changed, 10 deletions(-) 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: