From ff7669e0924a28a16d94b8f481722d5501e56c21 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 4 Feb 2021 18:13:36 -0500 Subject: [PATCH] Add link to the example to README and other docs pages --- README.rst | 1 + docs/examples/fastapi-sqlalchemy.rst | 2 +- docs/introduction/di_in_python.rst | 1 + docs/wiring.rst | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1d5d4512..6eba4ce6 100644 --- a/README.rst +++ b/README.rst @@ -161,6 +161,7 @@ Choose one of the following: - `Sanic example `_ - `FastAPI example `_ - `FastAPI + Redis example `_ +- `FastAPI + SQLAlchemy example `_ Tutorials --------- diff --git a/docs/examples/fastapi-sqlalchemy.rst b/docs/examples/fastapi-sqlalchemy.rst index 6ac44f6f..5db1cf8f 100644 --- a/docs/examples/fastapi-sqlalchemy.rst +++ b/docs/examples/fastapi-sqlalchemy.rst @@ -1,4 +1,4 @@ -.. _fastapi-redis-example: +.. _fastapi-sqlalchemy-example: FastAPI + SQLAlchemy example ============================ diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index bf8d7f0c..23ba547e 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -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` diff --git a/docs/wiring.rst b/docs/wiring.rst index 2aed6396..16126de6 100644 --- a/docs/wiring.rst +++ b/docs/wiring.rst @@ -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::