-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmyst.yml
More file actions
29 lines (29 loc) · 940 Bytes
/
myst.yml
File metadata and controls
29 lines (29 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: f91906bb-92a8-45f2-94bd-7102ef44f39f
title: Data 100 Debugging Guide
license: BSD-3-Clause
toc:
- file: content/index.md
- file: content/jupyter101.md
- file: content/jupyter_datahub.md
- file: content/autograder_gradescope.md
- file: content/pandas.md
- file: content/regex.md
- file: content/visualizations.md
- file: content/projA1.md
- file: content/projA1_hidden_tests.md
- file: content/projA2.md
- file: content/projA2_hidden_tests.md
- file: content/hw6_hidden_tests.md
- file: content/hw7_hidden_tests.md
- file: content/sql.md
- file: content/projB1_hidden_tests.md
github: https://github.com/DS-100/debugging-guide
site:
template: book-theme
options:
favicon: assets/images/data100_logo.png
logo: assets/images/data100_logo.png
logo_text: "Data 100 Debugging Guide"