diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 65a3727c..3efa6600 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -126,6 +126,16 @@ using :doc:`Dependency Injector <../index>`: .. literalinclude:: ../../examples/miniapps/engines_cars/example_ioc_containers.py :language: python +What's next? +~~~~~~~~~~~~ + +Choose one of the following as a next step: + ++ Pass the dependency injection :ref:`flask-tutorial`. ++ Look at the other dependency injection :ref:`tutorials`. ++ Know more about the :ref:`providers`. ++ Go to the :ref:`contents`. + Useful links ~~~~~~~~~~~~ diff --git a/docs/tutorials/flask.rst b/docs/tutorials/flask.rst index e3db3b77..6fa6265f 100644 --- a/docs/tutorials/flask.rst +++ b/docs/tutorials/flask.rst @@ -1,3 +1,5 @@ +.. _flask-tutorial: + Flask tutorial ============== @@ -1107,7 +1109,7 @@ dependencies in one place: What's next? -- Look at the other tutorials :ref:`tutorials`. +- Look at the other :ref:`tutorials`. - Know more about the :ref:`providers`. - Go to the :ref:`contents`.