Skip to content

Commit 8a73a8e

Browse files
committed
format tweaks
1 parent 2137503 commit 8a73a8e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/integrations/fastapi-integration.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Our application has five routes:
237237
.. procedure::
238238
:style: connected
239239

240-
.. step:: Create Student Route
240+
.. step:: Create Your Student Route
241241

242242
.. code-block:: python
243243

@@ -268,7 +268,7 @@ Our application has five routes:
268268

269269
FastAPI returns an HTTP ``200`` status code by default; but in this instance, a ``201`` created is more appropriate.
270270

271-
.. step:: Create Read Routes
271+
.. step:: Create Your Read Routes
272272

273273
The application has two read routes: one for viewing all students, and one for viewing an individual student.
274274

@@ -313,7 +313,7 @@ Our application has five routes:
313313

314314
If a document with the specified ``_id`` does not exist, we raise an ``HTTPException`` with a status of ``404``.
315315

316-
.. step:: Create Update Route
316+
.. step:: Create Your Update Route
317317

318318
.. code-block:: python
319319

@@ -357,7 +357,7 @@ Our application has five routes:
357357

358358
If we get to the end of the function and we have not been able to find a matching document to update or return, then we raise a ``404`` error again.
359359

360-
.. step:: Create Delete Route
360+
.. step:: Create Your Delete Route
361361

362362
.. code-block:: python
363363

@@ -380,10 +380,10 @@ More Resources
380380

381381
For more information, see the following resources:
382382

383-
- Full Stack FastAPI App Generator
384-
- `Blog post <https://www.mongodb.com/blog/post/introducing-full-stack-fast-api-app-generator-for-python-developers>`__
385-
- `Github repository <https://github.com/mongodb-labs/full-stack-fastapi-mongodb>`__
386-
- `Introducing the FARM stack (FastAPI, React and MongoDB) blog post <https://developer.mongodb.com/how-to/FARM-Stack-FastAPI-React-MongoDB>`__
387-
- `FastAPI documentation <https://motor.readthedocs.io>`__
388-
- `List of FastAPI Integration Options <https://github.com/mjhea0/awesome-fastapi>`__
389-
- `MongoDB Developer Community <https://community.mongodb.com/>`__
383+
- Full Stack FastAPI App Generator:
384+
- `Blog post: Introducing the Full Stack FastAPI App Generator for Python Developers <https://www.mongodb.com/blog/post/introducing-full-stack-fast-api-app-generator-for-python-developers>`__
385+
- `Github repository: full-stack-fastapi-mongodb <https://github.com/mongodb-labs/full-stack-fastapi-mongodb>`__
386+
- `Introducing the FARM stack (FastAPI, React and MongoDB) blog post <https://developer.mongodb.com/how-to/FARM-Stack-FastAPI-React-MongoDB>`__
387+
- `FastAPI documentation <https://motor.readthedocs.io>`__
388+
- `Third-party FastAPI Integration Options <https://github.com/mjhea0/awesome-fastapi>`__
389+
- `MongoDB Developer Community <https://community.mongodb.com/>`__

0 commit comments

Comments
 (0)