Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 4d17460

Browse files
committed
Added appendixes
Added specification for Django project. Added convenience store challenge description.
1 parent 543ac55 commit 4d17460

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

src/appx/blog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```{include} /../blog/docs/spec.md
2+
```

src/appx/conv_store.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: /../problem-sets/src/conv_store/challenge.rst

src/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@
6262
"appx/env_path",
6363
"appx/precedence",
6464
"appx/printf",
65+
"appx/conv_store",
66+
"appx/blog",
6567
]

src/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
appx/env_path
2828
appx/precedence
2929
appx/printf
30+
appx/conv_store
31+
appx/blog
3032

3133
.. rubric:: References
3234

0 commit comments

Comments
 (0)