Skip to content

Commit e2e266b

Browse files
gh pages prepared
1 parent 97298e6 commit e2e266b

15 files changed

+80
-1636
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/*/.jupyter_cache/
33
/*/__pycache__
44
/_site/
5-
/_freeze/
5+
/_freeze/
6+
_quarto_internal_scss_error.scss

_quarto.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
project:
22
type: website
3-
output-dir: docs
43

54
render:
65
- 404.qmd
@@ -101,15 +100,27 @@ website:
101100
format:
102101
html:
103102
theme: litera
104-
css: styles.css
105103
toc: true
104+
highlight-style: arrow
105+
code-overflow: wrap
106+
linkcolor: "#a60000"
107+
slide-number: true
108+
code-copy: true
109+
code-link: true
110+
toc-location: right
106111
pdf:
112+
documentclass: report
113+
geometry:
114+
- margin=1in
115+
fontfamily: roboto
116+
fontfamilyoptions: sfdefault
117+
colorlinks: true
107118
include-in-header:
108119
text: |
109120
\usepackage{fvextra}
110121
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
111122
112123
execute:
113-
cache: true
124+
freeze: true
114125

115126

part-01/lecture-introduction.qmd

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,9 @@ format:
2323
footer: " {{< meta title >}} | {{< meta author >}} | [Home](lecture-introduction.qmd)"
2424
output-file: lecture-presentation.html
2525
html:
26-
theme: litera
27-
highlight-style: arrow
28-
code-overflow: wrap
29-
linkcolor: "#a60000"
30-
slide-number: true
31-
code-copy: true
32-
code-link: true
33-
toc: true
34-
toc-location: right
26+
theme: [litera, ../styles_html.scss]
3527
pdf:
3628
documentclass: report
37-
geometry:
38-
- margin=1in
39-
fontfamily: roboto
40-
fontfamilyoptions: sfdefault
41-
colorlinks: true
4229
---
4330

4431
# [About this Course]{.flow} {.title}

part-02/lecture-control.qmd

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,9 @@ format:
2525
footer: " {{< meta title >}} | {{< meta author >}} | [Home](lecture-control.qmd)"
2626
output-file: lecture-control-presentation.html
2727
html:
28-
theme: litera
29-
highlight-style: arrow
30-
code-overflow: wrap
31-
linkcolor: "#a60000"
32-
slide-number: true
33-
code-copy: true
34-
code-link: true
35-
toc: true
36-
toc-location: right
28+
theme: [litera, ../styles_html.scss]
3729
pdf:
3830
documentclass: report
39-
geometry:
40-
- margin=1in
41-
fontfamily: roboto
42-
fontfamilyoptions: sfdefault
43-
colorlinks: true
4431
---
4532

4633
# [Quick Recap of the last Lecture]{.flow} {.title}

part-03/lecture-functions.qmd

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,9 @@ format:
2525
footer: " {{< meta title >}} | {{< meta author >}} | [Home](lecture-functions.qmd)"
2626
output-file: lecture-functions-presentation.html
2727
html:
28-
theme: litera
29-
highlight-style: arrow
30-
code-overflow: wrap
31-
linkcolor: "#a60000"
32-
slide-number: true
33-
code-copy: true
34-
code-link: true
35-
toc: true
36-
toc-location: right
28+
theme: [litera, ../styles_html.scss]
3729
pdf:
3830
documentclass: report
39-
geometry:
40-
- margin=1in
41-
fontfamily: roboto
42-
fontfamilyoptions: sfdefault
43-
colorlinks: true
4431
---
4532

4633
# [Quick Recap of the last Lecture]{.flow} {.title}

part-04/lecture-dimensions.qmd

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,9 @@ format:
2424
footer: " {{< meta title >}} | {{< meta author >}} | [Home](lecture-dimensions.qmd)"
2525
output-file: lecture-dimensions-presentation.html
2626
html:
27-
theme: litera
28-
highlight-style: breezedark
29-
linkcolor: "#a60000"
30-
slide-number: true
31-
code-copy: true
32-
code-link: true
33-
toc: true
34-
toc-location: right
27+
theme: [litera, ../styles_html.scss]
3528
pdf:
3629
documentclass: report
37-
geometry:
38-
- margin=1in
39-
fontfamily: roboto
40-
fontfamilyoptions: sfdefault
41-
colorlinks: true
4230
---
4331

4432
# [Quick Recap of the last Lecture]{.flow} {.title}

part-05/lecture-errors.qmd

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,9 @@ format:
2525
footer: " {{< meta title >}} | {{< meta author >}} | [Home](lecture-errors.qmd)"
2626
output-file: lecture-errors-presentation.html
2727
html:
28-
theme: litera
29-
highlight-style: arrow
30-
code-overflow: wrap
31-
linkcolor: "#a60000"
32-
slide-number: true
33-
code-copy: true
34-
code-link: true
35-
toc: true
36-
toc-location: right
28+
theme: [litera, ../styles_html.scss]
3729
pdf:
3830
documentclass: report
39-
geometry:
40-
- margin=1in
41-
fontfamily: roboto
42-
fontfamilyoptions: sfdefault
43-
colorlinks: true
4431
---
4532

4633
# [Quick Recap of the last Lecture]{.flow} {.title}

part-06/lecture-modules.qmd

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,9 @@ format:
2525
footer: " {{< meta title >}} | {{< meta author >}} | [Home](lecture-modules.qmd)"
2626
output-file: lecture-modules-presentation.html
2727
html:
28-
theme: litera
29-
highlight-style: arrow
30-
code-overflow: wrap
31-
linkcolor: "#a60000"
32-
slide-number: true
33-
code-copy: true
34-
code-link: true
35-
toc: true
36-
toc-location: right
28+
theme: [litera, ../styles_html.scss]
3729
pdf:
3830
documentclass: report
39-
geometry:
40-
- margin=1in
41-
fontfamily: roboto
42-
fontfamilyoptions: sfdefault
43-
colorlinks: true
4431
---
4532

4633
# [Quick Recap of the last Lecture]{.flow} {.title}

part-07/employees.xlsx

0 Bytes
Binary file not shown.

part-07/lecture-scientific.qmd

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,9 @@ format:
2525
footer: " {{< meta title >}} | {{< meta author >}} | [Home](lecture-scientific.qmd)"
2626
output-file: lecture-scientific-presentation.html
2727
html:
28-
theme: litera
29-
highlight-style: arrow
30-
code-overflow: wrap
31-
linkcolor: "#a60000"
32-
slide-number: true
33-
code-copy: true
34-
code-link: true
35-
toc: true
36-
toc-location: right
28+
theme: [litera, ../styles_html.scss]
3729
pdf:
3830
documentclass: report
39-
geometry:
40-
- margin=1in
41-
fontfamily: roboto
42-
fontfamilyoptions: sfdefault
43-
colorlinks: true
4431
---
4532

4633
# [Quick Recap of the last Lecture]{.flow} {.title}

0 commit comments

Comments
 (0)