From da70d7511fae031478aacf34e12202bb91c2d262 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 22 Oct 2020 13:36:29 -0400 Subject: [PATCH] Update README and docs pages --- README.rst | 5 +++-- docs/index.rst | 4 ++-- docs/introduction/key_features.rst | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index a65f96fc..2ca89d7b 100644 --- a/README.rst +++ b/README.rst @@ -57,8 +57,9 @@ It helps implementing the dependency injection principle. Key features of the ``Dependency Injector``: - **Providers**. Provides ``Factory``, ``Singleton``, ``Callable``, ``Coroutine``, ``Object``, - ``List``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help assembling your - objects. See `Providers `_. + ``List``, ``Dict``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help + assembling your objects. + See `Providers `_. - **Overriding**. Can override any provider by another provider on the fly. This helps in testing and configuring dev / stage environment to replace API clients with stubs etc. See `Provider overriding `_. diff --git a/docs/index.rst b/docs/index.rst index ae6865b0..6a86da16 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -69,8 +69,8 @@ It helps implementing the dependency injection principle. Key features of the ``Dependency Injector``: - **Providers**. Provides ``Factory``, ``Singleton``, ``Callable``, ``Coroutine``, ``Object``, - ``List``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help assembling your - objects. See :ref:`providers`. + ``List``, ``Dict``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help + assembling your objects. See :ref:`providers`. - **Overriding**. Can override any provider by another provider on the fly. This helps in testing and configuring dev / stage environment to replace API clients with stubs etc. See :ref:`provider-overriding`. diff --git a/docs/introduction/key_features.rst b/docs/introduction/key_features.rst index 50323bcc..63d2c24b 100644 --- a/docs/introduction/key_features.rst +++ b/docs/introduction/key_features.rst @@ -11,8 +11,8 @@ Key features Key features of the ``Dependency Injector``: - **Providers**. Provides ``Factory``, ``Singleton``, ``Callable``, ``Coroutine``, ``Object``, - ``List``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help assembling your - objects. See :ref:`providers`. + ``List``, ``Dict``, ``Configuration``, ``Dependency`` and ``Selector`` providers that help + assembling your objects. See :ref:`providers`. - **Overriding**. Can override any provider by another provider on the fly. This helps in testing and configuring dev / stage environment to replace API clients with stubs etc. See :ref:`provider-overriding`.