mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-16 11:02:24 +03:00
Add tutorials section
This commit is contained in:
parent
e4dbfbbf8f
commit
9b94521b96
|
@ -85,6 +85,7 @@ Contents
|
||||||
|
|
||||||
introduction/index
|
introduction/index
|
||||||
main/installation
|
main/installation
|
||||||
|
tutorials/index
|
||||||
providers/index
|
providers/index
|
||||||
containers/index
|
containers/index
|
||||||
examples/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