From 2d28bc0d021654773804cc3ea4a9d1f26a3387f2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 7 Sep 2020 22:06:59 -0400 Subject: [PATCH] Add a link to the decoupled packages example to the introduction --- docs/examples/decoupled-packages.rst | 2 ++ docs/introduction/di_in_python.rst | 1 + docs/introduction/what_is_di.rst | 1 + 3 files changed, 4 insertions(+) diff --git a/docs/examples/decoupled-packages.rst b/docs/examples/decoupled-packages.rst index a030938e..abb4c6ab 100644 --- a/docs/examples/decoupled-packages.rst +++ b/docs/examples/decoupled-packages.rst @@ -1,3 +1,5 @@ +.. _decoupled-packages: + Decoupled packages example (multiple containers) ================================================ diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index fe56d0ca..7802d7e3 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -134,6 +134,7 @@ Choose one of the following as a next step: - Look at application examples: - :ref:`application-single-container` - :ref:`application-multiple-containers` + - :ref:`decoupled-packages` - Pass the tutorials: - :ref:`flask-tutorial` - :ref:`aiohttp-tutorial` diff --git a/docs/introduction/what_is_di.rst b/docs/introduction/what_is_di.rst index 9b9d1248..aa64c07c 100644 --- a/docs/introduction/what_is_di.rst +++ b/docs/introduction/what_is_di.rst @@ -178,6 +178,7 @@ Choose one of the following as a next step: - Look at application examples: - :ref:`application-single-container` - :ref:`application-multiple-containers` + - :ref:`decoupled-packages` - Pass the tutorials: - :ref:`flask-tutorial` - :ref:`aiohttp-tutorial`