Add link to the example to README and other docs pages

This commit is contained in:
Roman Mogylatov 2021-02-04 18:13:36 -05:00
parent a85c42f489
commit ff7669e092
4 changed files with 4 additions and 1 deletions

View File

@ -161,6 +161,7 @@ Choose one of the following:
- `Sanic example <https://python-dependency-injector.ets-labs.org/examples/sanic.html>`_
- `FastAPI example <https://python-dependency-injector.ets-labs.org/examples/fastapi.html>`_
- `FastAPI + Redis example <https://python-dependency-injector.ets-labs.org/examples/fastapi-redis.html>`_
- `FastAPI + SQLAlchemy example <https://python-dependency-injector.ets-labs.org/examples/fastapi-sqlalchemy.html>`_
Tutorials
---------

View File

@ -1,4 +1,4 @@
.. _fastapi-redis-example:
.. _fastapi-sqlalchemy-example:
FastAPI + SQLAlchemy example
============================

View File

@ -288,6 +288,7 @@ Choose one of the following as a next step:
- :ref:`sanic-example`
- :ref:`fastapi-example`
- :ref:`fastapi-redis-example`
- :ref:`fastapi-sqlalchemy-example`
- Pass the tutorials:
- :ref:`flask-tutorial`
- :ref:`aiohttp-tutorial`

View File

@ -336,5 +336,6 @@ Take a look at other application examples:
- :ref:`sanic-example`
- :ref:`fastapi-example`
- :ref:`fastapi-redis-example`
- :ref:`fastapi-sqlalchemy-example`
.. disqus::