From b5337fefa68c74eb9b7038d60792cd69e6bc8a6e Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Thu, 9 Jun 2016 01:46:32 +0300 Subject: [PATCH] Update provider docs index page --- docs/providers/index.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/providers/index.rst b/docs/providers/index.rst index dbf548aa..b1d561eb 100644 --- a/docs/providers/index.rst +++ b/docs/providers/index.rst @@ -4,8 +4,6 @@ Providers Providers are strategies of accessing objects. They define how particular objects are provided. -Base providers class is - :py:class:`dependency_injector.providers.Provider` - Every provider is callable (implements ``__call__()``). Every call to provider instance returns provided result, according to the providing strategy of particular provider. @@ -17,9 +15,9 @@ of custom providers. All providers are validated in multithreading environment and considered to be thread safe. -Providers module API docs - :py:mod:`dependency_injector.providers` - -Providers class diagram: ++ Base providers class is: :py:class:`dependency_injector.providers.Provider` ++ Providers module API docs: :py:mod:`dependency_injector.providers` ++ Providers class diagram: .. image:: /images/providers/providers_class_diagram.png :width: 100%