Skip to content

Commit eab490c

Browse files
author
shoden@gmail.com
committed
Add tutorial to the documentation
1 parent 6517f11 commit eab490c

File tree

7 files changed

+1002
-21
lines changed

7 files changed

+1002
-21
lines changed

docs/source/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
```{toctree}
44
:caption: Basics
5-
:maxdepth: 2
5+
:maxdepth: 3
66
:hidden:
77
88
self
99
getting-started
1010
installation
11-
tutorials/beginner-tutorial
11+
```
12+
13+
```{toctree}
14+
:caption: Tutorials
15+
:maxdepth: 3
16+
:hidden:
1217
18+
tutorials/intro
1319
```
1420

1521
```{toctree}

docs/source/tutorials/intro.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Meal Plan Tutorial
2+
3+
```{note}
4+
This tutorial is intended to familiarize you with some basic concepts around Django Unicorn. If you have little to no prior experience with Django or other web frameworks, this is a good place to start. However, having basic knowledge of Python and web development concepts will prove helpful.
5+
```
6+
7+
The goal of this tutorial is to develop a Meal Plan application. With Django Unicorn, you will be able to create "Meals" and add them without refreshing the page. You will also be able to search dynamically for saved Meals.
8+
9+
```{toctree}
10+
mealplan/django-app
11+
mealplan/unicorn-functionality
12+
mealplan/unicorn-advanced
13+
mealplan/summary
14+
mealplan/full-text-tutorial.md
15+
```

0 commit comments

Comments
 (0)