From 8d0b82cf369ff6200d9d8db6afd13b7124a07743 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 23 Nov 2015 19:09:21 +0200 Subject: [PATCH] Update providers index docs page --- docs/providers/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/providers/index.rst b/docs/providers/index.rst index e932dc57..1f6a5514 100644 --- a/docs/providers/index.rst +++ b/docs/providers/index.rst @@ -4,17 +4,21 @@ Providers Providers are strategies of accessing objects. They describe 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. Current documentation section consists from description of standard providers library and some useful information like overriding of providers and writing -custom providers. +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` + .. toctree:: :maxdepth: 2