forked from s2t2/python-dev-tools-workshop-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
133 lines (102 loc) · 3.46 KB
/
Copy path_quarto.yml
File metadata and controls
133 lines (102 loc) · 3.46 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
project:
type: book # website
output-dir: "_build"
preview:
port: 4567
browser: true
render:
# be able to link to these other hidden documents not included in the sidebar contents
# (this doesn't work though???)
# https://quarto.org/docs/projects/quarto-projects.html#render-targets
# https://github.com/quarto-dev/quarto-cli/discussions/7312#discussioncomment-7345228
- prereqs/local-dev-setup/terminal-config.qmd
- prereqs/local-dev-setup/vs-code-config.qmd
- notes/clis/brew.qmd
# https://quarto.org/docs/books/
# https://quarto.org/docs/reference/projects/books.html
book:
title: "Local Development Tools for Python Programming"
author: "Michael Rossetti"
date: "last-modified" # "7/24/2024"
date-format: "iso"
#doi: "...."
#isbn: "..."
#issn: "..."
#edition: "v2"
#website:
site-url: https://s2t2.github.io/python-dev-tools-workshop-2024/
repo-url: https://github.com/s2t2/python-dev-tools-workshop-2024
repo-branch: main
repo-subdir: docs
repo-actions: [edit, issue, source]
#downloads: [pdf, epub, docx]
# https://quarto.org/docs/websites/website-tools.html#google-analytics
#google-analytics: "G-..."
#sharing: [twitter, facebook]
# https://quarto.org/docs/websites/website-tools.html#open-graph
open-graph: true
# https://quarto.org/docs/reference/projects/books.html#search
search: true
#location: sidebar # navbar, sidebar
#type: textbox # overlay, textbox
#cover-image: images/cover.png
#favicon: images/favicon.ico
# https://quarto.org/docs/websites/website-navigation.html#side-navigation
#sidebar:
# logo: images/ospo-logo.png
#sidebar:
# contents:
# - index.qmd
#
# - section:
# href: prereqs/local-dev-setup/index.qmd
# title: "Prerequisites"
# contents:
# - prereqs/local-dev-setup/github.qmd
# - prereqs/local-dev-setup/vs-code-text-editor.qmd
# - prereqs/local-dev-setup/terminal.qmd
# - prereqs/local-dev-setup/anaconda.qmd
# - prereqs/local-dev-setup/git-client.qmd
chapters:
- index.qmd
- "-------------"
- part: "Setup Guide (Prereqs)"
href: prereqs/local-dev-setup/index.qmd
chapters:
- prereqs/local-dev-setup/github.qmd
- prereqs/local-dev-setup/vs-code-text-editor.qmd
- prereqs/local-dev-setup/terminal.qmd
- prereqs/local-dev-setup/anaconda.qmd
- prereqs/local-dev-setup/git-client.qmd
- "-------------"
- part: "Workshop Exercises"
chapters:
- href: exercises/command-line-computing/index.qmd
text: Command-line Computing
- href: exercises/hello-python/index.qmd
text: Hello Python
- href: exercises/run-the-app/index.qmd
text: Run the App (Tic Tac Toe)
- "-------------"
appendices:
- prereqs/local-dev-setup/terminal-config.qmd
- href: prereqs/local-dev-setup/vs-code-config.qmd
text: "VS Code Configuration"
- href: notes/clis/brew.qmd
text: "Homebrew Package Manager (Mac OS)"
# shows up at bottom of page
#body-footer: "© Copyright 2024, Your Name Here"
page-footer:
center: "© Copyright 2024, Michael J Rossetti"
#bibliography: references.bib
format:
html:
# https://quarto.org/docs/output-formats/html-themes.html
theme:
light: default #flatly
dark: darkly
css: styles.css
number-sections: false
from: markdown+emoji # enable emojis
#pdf:
# documentclass: scrreprt