-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
40 lines (36 loc) · 852 Bytes
/
_quarto.yml
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
url: https://sanduni-p.github.io/IntroPython-pandas/
project:
type: website
output-dir: docs
website:
back-to-top-navigation: true
sidebar:
title: "Introduction to Python"
logo: vignettes/images/banner.jpg
style: "docked"
search: true
contents:
- text: Home
href: index.html
- section: "Workshop Materials"
contents:
- vignettes/1_Introduction.qmd
- vignettes/2_Intro_pandas.qmd
- vignettes/3_Data_manipulation.qmd
- vignettes/4_Visualization.qmd
format:
html:
theme:
- cerulean
- utils/css/custom.scss
toc: true
toc-expand: 1
toc-title: Contents
embed-resources: true
css: utils/css/custom.css
smooth-scroll: true
code-copy: hover
df-print: kable
jupyter: python3
execute:
cache: false