-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
40 lines (37 loc) · 999 Bytes
/
_quarto.yml
File metadata and controls
40 lines (37 loc) · 999 Bytes
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
url: https://sanduni-p.github.io/IntroPython-Bio/
project:
type: website
website:
title: "Introduction to Python"
navbar:
left:
- href: index.html
text: Home
- text: Workshop Materials
menu:
- text: Getting Started with Jupyter Notebook
href: vignettes/1_Introduction.qmd
- text: Python Fundamentals
href: vignettes/2_Intro_Python.qmd
- text: Loading and Viewing Patient Data
href: vignettes/3_Loading_Data.qmd
- text: Analysing Patient Data
href: vignettes/4_Analysing_Data.qmd
- text: Visualising Patient Data
href: vignettes/5_Visualising_Data.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: quarto-bio
execute:
cache: false