-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
146 lines (140 loc) · 3.89 KB
/
_quarto.yml
File metadata and controls
146 lines (140 loc) · 3.89 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
project:
type: book
output-dir: _book
resources:
- tools/**
book:
title: "Think Python, Direct AI"
subtitle: "Computational Thinking for Beginners"
favicon: favicon.svg
author: "Michael Borck"
date: "last-modified"
license: "CC BY 4.0 (content), MIT (code examples)"
description: "A revolutionary approach to learning Python by partnering with AI to build mental models, understand concepts, and architect solutions."
site-url: https://michael-borck.github.io/think-python-direct-ai
repo-url: https://github.com/michael-borck/think-python-direct-ai
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- copyright.qmd
- acknowledgments.qmd
- part: "Your AI Learning Partnership"
chapters:
- chapters/chapter-understanding-ai-partner.qmd
- part: "Computational Thinking"
chapters:
- chapters/chapter-input-process-output.qmd
- chapters/chapter-variables.qmd
- chapters/chapter-input.qmd
- chapters/chapter-making-decisions.qmd
- chapters/chapter-loops.qmd
- chapters/expression-toolkit.qmd
- projects/fortune-teller.qmd
- projects/mad-libs.qmd
- projects/number-game.qmd
- projects/rock-paper-scissors.qmd
- part: "Building Systems"
chapters:
- chapters/chapter-functions.qmd
- chapters/chapter-organizing-information.qmd
- chapters/chapter-saving-work.qmd
- chapters/chapter-debugging.qmd
- projects/temperature-converter.qmd
- projects/contact-book.qmd
- projects/journal-app.qmd
- projects/quiz-game.qmd
- part: "Real-World Programming"
chapters:
- chapters/chapter-working-with-data.qmd
- chapters/chapter-connected-programs.qmd
- chapters/chapter-interactive-systems.qmd
- chapters/chapter-becoming-architect.qmd
- projects/grade-analysis.qmd
- projects/weather-app.qmd
- projects/text-adventure.qmd
- projects/todo-gui.qmd
- part: "Your Journey Forward"
chapters:
- chapters/chapter-next-steps.qmd
- chapters/summary.qmd
- references.qmd
- about-author.qmd
page-navigation: true
sidebar:
style: docked
search: true
collapse-level: 2
tools:
- icon: github
href: https://github.com/michael-borck/think-python-direct-ai
other-links:
- text: Download PDF
icon: file-pdf
href: think-python-direct-ai.pdf
- text: Download EPUB
icon: book
href: think-python-direct-ai.epub
- text: Download llm.txt
icon: robot
href: llm.txt
- text: GitHub
icon: github
href: https://github.com/michael-borck/think-python-direct-ai
- text: DeepWiki
icon: search
href: https://deepwiki.com/michael-borck/think-python-direct-ai
- text: All Books
icon: collection
href: https://books.borck.education
bibliography: references.bib
csl: chicago-author-date.csl
format:
html:
theme:
light: cosmo
dark: darkly
css: assets/custom.css
cover-image: cover.png
include-after-body: chatbot.html
code-fold: false
code-tools: true
code-copy: hover
code-overflow: wrap
toc: true
toc-depth: 3
toc-expand: 2
number-sections: true
number-depth: 2
highlight-style: github
pdf:
documentclass: book
toc: true
toc-depth: 1
number-sections: true
hyperrefoptions: draft
geometry:
- paperwidth=7in
- paperheight=10in
- inner=1in
- outer=0.75in
- top=0.75in
- bottom=0.75in
include-in-header: pdf-header.tex
include-before-body:
- copyright-page.tex
epub:
toc: true
toc-depth: 1
css: epub-styles.css
crossref:
chapters: true
fig-title: "Figure"
tbl-title: "Table"
execute:
echo: true
warning: false
error: false
cache: false
filters:
- _extensions/details/details.lua