-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
76 lines (71 loc) · 2.03 KB
/
_quarto.yml
File metadata and controls
76 lines (71 loc) · 2.03 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
project:
type: book
output-dir: _book
book:
title: "Code Python, Consult AI: Python Fundamentals for the AI Era"
author: "Michael Borck"
license: "CC BY-SA 4.0 (content), MIT (code examples)"
chapters:
- index.qmd
- copyright.qmd
- chapters/00_python_in_the_age_of_ai.qmd
- chapters/01_hello_world.qmd
- chapters/02_basic_python_syntax.qmd
- chapters/03_values.qmd
- chapters/04_variables.qmd
- chapters/05_output.qmd
- chapters/06_input.qmd
- chapters/07_operators.qmd
- chapters/08_using_functions.qmd
- chapters/09_creating_functions.qmd
- chapters/10_making_decisions.qmd
- chapters/11_lists.qmd
- chapters/12_going_loopy.qmd
- chapters/13_strings.qmd
- chapters/14_dictionaries.qmd
- chapters/15_files.qmd
- chapters/16_errors_and_exceptions.qmd
- chapters/17_debugging.qmd
- chapters/18_testing.qmd
- chapters/19_modules_and_packages.qmd
- chapters/20_orientating_your_objects.qmd
- chapters/21_how_to_run_python_code.qmd
- chapters/22_how_to_install_python_testing.qmd
- chapters/23_getting_help.qmd
- chapters/24_ai_programming_assistants.qmd
- chapters/25_python_ai_integration.qmd
- chapters/26_ai_assistance_tips.qmd
- chapters/27_intentional_prompting.qmd
- chapters/chatbot_project.qmd
- acknowledgments.qmd
- about-author.qmd
downloads: [pdf, epub]
repo-url: https://github.com/michael-borck/code-python-consult-ai
repo-actions: [edit, issue]
website:
favicon: assets/python-logo.png
repo-url: https://github.com/michael-borck/code-python-consult-ai
repo-actions: [edit, issue]
open-graph: true
format:
html:
theme: cosmo
cover-image: images/cover.png
code-copy: true
code-tools: true
highlight-style: github
toc: true
downloads: [pdf, epub]
pdf:
documentclass: scrbook
toc: true
toc-depth: 3
colorlinks: true
cover-image: images/cover.png
epub:
toc: true
toc-depth: 3
cover-image: images/cover.png
execute:
enabled: false
freeze: auto