-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
113 lines (110 loc) · 2.88 KB
/
_quarto.yml
File metadata and controls
113 lines (110 loc) · 2.88 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
project:
type: book
output-dir: _book
resources:
- tools/**
book:
title: "Converse Python, Partner AI"
subtitle: "The Intentional Prompting Methodology"
favicon: favicon.svg
author: "Michael Borck"
date: "last-modified"
license: "CC BY 4.0 (content), MIT (code examples)"
chapters:
- index.qmd
- copyright.qmd
- part: "The Philosophy"
chapters:
- chapters/philosophy.qmd
- part: "Foundations"
chapters:
- chapters/introduction.qmd
- chapters/ai-revolution.qmd
- chapters/intentional-prompting-principles.qmd
- part: "Methodology"
chapters:
- chapters/six-step-methodology.qmd
- chapters/restate-and-identify.qmd
- chapters/work-by-hand.qmd
- chapters/pseudocode.qmd
- chapters/convert-to-code.qmd
- chapters/test-with-data.qmd
- part: "Patterns & Practices"
chapters:
- chapters/intentional-prompting-patterns.qmd
- chapters/debugging-with-ai.qmd
- chapters/refactoring-strategies.qmd
- chapters/case-studies.qmd
- part: "Advanced Topics"
chapters:
- chapters/scaling-complexity.qmd
- chapters/teaching-learning.qmd
- chapters/future-directions.qmd
- acknowledgments.qmd
- about-author.qmd
appendices:
- appendices/common-pitfalls.qmd
- appendices/glossary.qmd
repo-url: https://github.com/michael-borck/converse-python-partner-ai
repo-actions: [edit, issue]
other-links:
- text: Download PDF
icon: file-pdf
href: converse-python-partner-ai.pdf
- text: Download EPUB
icon: book
href: converse-python-partner-ai.epub
- text: Download llm.txt
icon: robot
href: llm.txt
- text: GitHub
icon: github
href: https://github.com/michael-borck/converse-python-partner-ai
- text: DeepWiki
icon: search
href: https://deepwiki.com/michael-borck/converse-python-partner-ai
- text: All Books
icon: collection
href: https://books.borck.education
- text: Prompt Templates
icon: list-task
href: tools/prompt-templates.md
- text: AI Tool Comparison
icon: cpu
href: tools/ai-tool-comparison.md
format:
html:
theme:
light: cosmo
dark: darkly
css: styles.css
cover-image: cover.png
include-after-body: chatbot.html
code-copy: true
highlight-style: github
toc: true
toc-depth: 3
number-sections: true
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
execute:
enabled: false
freeze: auto