Skip to content

Commit 66b3b44

Browse files
committed
Exercises page
1 parent efbd2ba commit 66b3b44

3 files changed

Lines changed: 21 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.rulers": [
3+
78
4+
],
5+
"files.insertFinalNewline": true,
6+
"files.trimFinalNewlines": true,
7+
"files.trimTrailingWhitespace": true,
8+
}

docs/_quarto.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ book:
4848

4949
reader-mode: true
5050

51-
#navbar:
52-
# right:
53-
# - href: exercises/index.qmd
54-
# text: "Exercises, Assignments, and Projects"
55-
# - about-author.qmd
51+
navbar:
52+
right:
53+
- text: "Exercises"
54+
href: exercises/index.qmd
55+
- about-author.qmd
5656

5757
# https://quarto.org/docs/websites/website-navigation.html#side-navigation
5858
sidebar:
@@ -155,6 +155,9 @@ book:
155155
text: "Correlation"
156156

157157

158+
- "-----------------"
159+
- exercises/index.qmd
160+
158161
- "-----------------"
159162
- about-author.qmd
160163
- "-----------------"

docs/exercises/index.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Exercises {.unnumbered}
2+
3+
## Practice Problems
4+
5+
+ [CSV Processing Exercises](https://colab.research.google.com/drive/1_VnNTnehVE7Mk5m-9oElKNCPPBnX1aRA?usp=sharing)

0 commit comments

Comments
 (0)