mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-04-14 14:14:25 +03:00
Add tutorials section
This commit is contained in:
parent
e4dbfbbf8f
commit
9b94521b96
|
@ -85,6 +85,7 @@ Contents
|
|||
|
||||
introduction/index
|
||||
main/installation
|
||||
tutorials/index
|
||||
providers/index
|
||||
containers/index
|
||||
examples/index
|
||||
|
|
4
docs/tutorials/aiohttp.rst
Normal file
4
docs/tutorials/aiohttp.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
Aiohttp tutorial
|
||||
================
|
||||
|
||||
Coming soon...
|
4
docs/tutorials/asyncio.rst
Normal file
4
docs/tutorials/asyncio.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
Asyncio tutorial
|
||||
================
|
||||
|
||||
Coming soon...
|
4
docs/tutorials/flask.rst
Normal file
4
docs/tutorials/flask.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
Flask tutorial
|
||||
==============
|
||||
|
||||
Coming soon...
|
12
docs/tutorials/index.rst
Normal file
12
docs/tutorials/index.rst
Normal 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
|
Loading…
Reference in New Issue
Block a user