Add more links to the examples

This commit is contained in:
Roman Mogylatov 2020-10-06 19:53:24 -04:00
parent 2a9ac1e16b
commit 2669e4d27b
6 changed files with 16 additions and 0 deletions

View File

@ -138,6 +138,10 @@ Choose one of the following:
- `Application example (single container) <http://python-dependency-injector.ets-labs.org/examples/application-single-container.html>`_
- `Application example (multiple containers) <http://python-dependency-injector.ets-labs.org/examples/application-multiple-containers.html>`_
- `Decoupled packages example (multiple containers) <http://python-dependency-injector.ets-labs.org/examples/decoupled-packages.html>`_
- `Django example <http://python-dependency-injector.ets-labs.org/examples/django.html>`_
- `Flask example <http://python-dependency-injector.ets-labs.org/examples/flask.html>`_
- `Aiohttp example <http://python-dependency-injector.ets-labs.org/examples/aiohttp.html>`_
- `Sanic example <http://python-dependency-injector.ets-labs.org/examples/sanic.html>`_
Tutorials
---------

View File

@ -1,3 +1,5 @@
.. _aiohttp-example:
Aiohttp example
===============

View File

@ -1,3 +1,5 @@
.. _django-example:
Django example
==============

View File

@ -1,3 +1,5 @@
.. _flask-example:
Flask example
=============

View File

@ -1,3 +1,5 @@
.. _sanic-example:
Sanic example
==============

View File

@ -289,6 +289,10 @@ Choose one of the following as a next step:
- :ref:`application-single-container`
- :ref:`application-multiple-containers`
- :ref:`decoupled-packages`
- :ref:`django-example`
- :ref:`flask-example`
- :ref:`aiohttp-example`
- :ref:`sanic-example`
- Pass the tutorials:
- :ref:`flask-tutorial`
- :ref:`aiohttp-tutorial`