-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
56 lines (49 loc) · 1.78 KB
/
myst.yml
File metadata and controls
56 lines (49 loc) · 1.78 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
plugins:
- https://github.com/jupyter-book/myst-plugins/releases/download/exercise-and-solution-pdf/exercise-admonition-pdf.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/Admonitions/experiment-admonition.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/Admonitions/intermezzo-admonition.mjs
- https://github.com/TUD-JB-Templates/JB2_plugins/releases/download/example/example.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/updated-date-frontmatter/update-date-frontmatter.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/page-last-updated/page-last-updated.mjs
id: bfa66ee1-fd85-4563-8fb7-04c22ec8dbd3
title: '42H: 파이썬'
# authors:
# - name: 코딩알지
numbering:
title: true
headings: true
# description:
# keywords: []
# authors: []
github: https://github.com/codingalzi/code-workout-python
exports:
- format: typst
template: https://github.com/myst-templates/plain_typst_book.git
output: exports/MechaRela.pdf
id: output-pdf1
logo: logo_TUD.png
cover: cover.png
# jupyter:
# binder:
# repo: https://github.com/executablebooks/thebe-binder-base
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
toc:
- file: intro.md
# - file: programming.md
- file: starting.ipynb
- file: values.ipynb
- file: expressions-datatypes.ipynb
- file: conditional.ipynb
- file: functions.ipynb
- file: modules.ipynb
- file: iteration-for.ipynb
- file: iteration-while.ipynb
site:
template: book-theme
options:
# logo_text: "코딩알지"
favicon: favicon.ico
logo: codingalzi.svg