diff --git a/docs/providers/factory.rst b/docs/providers/factory.rst index 28015e1d..19999aaa 100644 --- a/docs/providers/factory.rst +++ b/docs/providers/factory.rst @@ -30,8 +30,10 @@ injected following these rules: :language: python :lines: 3- -Factory providers and building complex object graphs -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Passing dependencies to the underlying providers +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. image:: images/factory_init_injections_underlying.png You can use :py:class:`Factory` provider to build complex object graphs. diff --git a/docs/providers/images/factory_init_injections.png b/docs/providers/images/factory_init_injections.png index 389bdd28..f176cc8a 100644 Binary files a/docs/providers/images/factory_init_injections.png and b/docs/providers/images/factory_init_injections.png differ diff --git a/docs/providers/images/factory_init_injections_underlying.png b/docs/providers/images/factory_init_injections_underlying.png new file mode 100644 index 00000000..f6e79408 Binary files /dev/null and b/docs/providers/images/factory_init_injections_underlying.png differ