Skip to content

Commit c859b90

Browse files
luabudcwebster-99debonteTyriarbamurtaugh
authored
Add FastAPI tutorial to Python docs (#6760)
* Add initial draft of FastAPI tutorial * Fix item query bug * Apply suggestions from code review Co-authored-by: Courtney Webster <[email protected]> * Fix typo * Change code sample to use delete * Fix headers * Fix sample image * Fix dictionary sample * Apply suggestions from code review Co-authored-by: Erik De Bonte <[email protected]> * Apply suggestions from code review Co-authored-by: Erik De Bonte <[email protected]> * Address code review comments * Add link to docs and remove other extensions * Tweak wording * Fix screenshots and inputs for add_item * Fix dict based sample * Make multiple fixes * Add beginners disclaimer * Address PR comments * Add more context around redis * Update docs/python/tutorial-fastapi.md Co-authored-by: Erik De Bonte <[email protected]> * Fix typos * Address feedback comments * Apply suggestions from code review Co-authored-by: Daniel Imms <[email protected]> Co-authored-by: Courtney Webster <[email protected]> * Apply suggestions from code review Co-authored-by: Brigit Murtaugh <[email protected]> * Fix dev container references * Address more PR comments --------- Co-authored-by: Courtney Webster <[email protected]> Co-authored-by: Erik De Bonte <[email protected]> Co-authored-by: Daniel Imms <[email protected]> Co-authored-by: Brigit Murtaugh <[email protected]>
1 parent 7eb1da2 commit c859b90

28 files changed

+731
-5
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/python/python-on-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 12
2+
Order: 13
33
Area: python
44
TOCTitle: Deploy Python Apps
55
ContentId: 12bf713e-5f20-46ac-81bb-8e05565aba3a

docs/python/python-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 13
2+
Order: 14
33
Area: python
44
TOCTitle: Python in the Web
55
ContentId: 366e4bbf-fa87-4813-9dfc-6c831b20a4d2

docs/python/settings-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 14
2+
Order: 15
33
Area: python
44
TOCTitle: Settings Reference
55
ContentId: d256dc5c-95e9-4c02-a82f-947bf34a3517

docs/python/tutorial-create-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 11
2+
Order: 12
33
Area: python
44
TOCTitle: Create containers
55
ContentId: 4e45a3f6-b72d-4647-82a5-22f7ee593d47

docs/python/tutorial-fastapi.md

Lines changed: 660 additions & 0 deletions
Large diffs are not rendered by default.

docs/python/tutorial-flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 10
2+
Order: 11
33
Area: python
44
TOCTitle: Flask Tutorial
55
ContentId: 593d2dd6-20f0-4ad3-8ecd-067cc47ee217

0 commit comments

Comments
 (0)