Add tutorials section

This commit is contained in:
Roman Mogylatov 2020-07-18 00:08:05 -04:00
parent e4dbfbbf8f
commit 9b94521b96
5 changed files with 25 additions and 0 deletions

View File

@ -85,6 +85,7 @@ Contents
introduction/index
main/installation
tutorials/index
providers/index
containers/index
examples/index

View File

@ -0,0 +1,4 @@
Aiohttp tutorial
================
Coming soon...

View File

@ -0,0 +1,4 @@
Asyncio tutorial
================
Coming soon...

4
docs/tutorials/flask.rst Normal file
View File

@ -0,0 +1,4 @@
Flask tutorial
==============
Coming soon...

12
docs/tutorials/index.rst Normal file
View File

@ -0,0 +1,12 @@
Tutorials
=========
This section contains tutorials that show how to implement dependency injection in popular Python
frameworks.
.. toctree::
:maxdepth: 2
flask
aiohttp
asyncio