From c495854f9febd00885f10d269a4b3f45d4e72db2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 12 Aug 2020 16:37:10 -0400 Subject: [PATCH] Spread link to the tutorial --- README.rst | 1 + docs/introduction/di_in_python.rst | 5 +++-- docs/tutorials/aiohttp.rst | 6 +++--- docs/tutorials/asyncio-daemon.rst | 6 +++--- docs/tutorials/cli.rst | 6 +++--- docs/tutorials/flask.rst | 6 +++--- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 0bb2f8db..596c6c28 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,7 @@ Choose one of the following: - `Flask web application tutorial `_ - `Aiohttp REST API tutorial `_ - `Asyncio monitoring daemon tutorial `_ +- `CLI application tutorial `_ Installation ============ diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index ad1dc7a9..644fef9f 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -135,8 +135,9 @@ Choose one of the following as a next step: + :ref:`flask-tutorial` + :ref:`aiohttp-tutorial` + :ref:`asyncio-daemon-tutorial` -+ Know more about the :ref:`providers`. -+ Go to the :ref:`contents`. + + :ref:`cli-tutorial` ++ Know more about the :ref:`providers` ++ Go to the :ref:`contents` Useful links ~~~~~~~~~~~~ diff --git a/docs/tutorials/aiohttp.rst b/docs/tutorials/aiohttp.rst index f4d7cd25..623d417b 100644 --- a/docs/tutorials/aiohttp.rst +++ b/docs/tutorials/aiohttp.rst @@ -962,8 +962,8 @@ cause you have everything defined explicitly in one place: What's next? -- Look at the other :ref:`tutorials`. -- Know more about the :ref:`providers`. -- Go to the :ref:`contents`. +- Look at the other :ref:`tutorials` +- Know more about the :ref:`providers` +- Go to the :ref:`contents` .. disqus:: diff --git a/docs/tutorials/asyncio-daemon.rst b/docs/tutorials/asyncio-daemon.rst index 593d2dac..38e1c460 100644 --- a/docs/tutorials/asyncio-daemon.rst +++ b/docs/tutorials/asyncio-daemon.rst @@ -1080,8 +1080,8 @@ cause you have everything defined explicitly in one place: What's next? -- Look at the other :ref:`tutorials`. -- Know more about the :ref:`providers`. -- Go to the :ref:`contents`. +- Look at the other :ref:`tutorials` +- Know more about the :ref:`providers` +- Go to the :ref:`contents` .. disqus:: diff --git a/docs/tutorials/cli.rst b/docs/tutorials/cli.rst index 6b09eff9..ef9f42e2 100644 --- a/docs/tutorials/cli.rst +++ b/docs/tutorials/cli.rst @@ -1046,8 +1046,8 @@ cause you have everything defined explicitly in one place: What's next? -- Look at the other :ref:`tutorials`. -- Know more about the :ref:`providers`. -- Go to the :ref:`contents`. +- Look at the other :ref:`tutorials` +- Know more about the :ref:`providers` +- Go to the :ref:`contents` .. disqus:: diff --git a/docs/tutorials/flask.rst b/docs/tutorials/flask.rst index f924b1e7..e36b17c9 100644 --- a/docs/tutorials/flask.rst +++ b/docs/tutorials/flask.rst @@ -1141,9 +1141,9 @@ their dependencies defined explicitly in one place: What's next? -- Look at the other :ref:`tutorials`. -- Know more about the :ref:`providers`. -- Go to the :ref:`contents`. +- Look at the other :ref:`tutorials` +- Know more about the :ref:`providers` +- Go to the :ref:`contents` .. disqus::