1 parent 01cbf11 commit dda03a2Copy full SHA for dda03a2
2 files changed
.gitignore
@@ -29,3 +29,5 @@ dist/
29
libs/
30
figure-html
31
/.quarto/
32
+
33
+**/*.quarto_ipynb
_quarto.yml
@@ -17,7 +17,8 @@ website:
17
sidebar:
18
- id: how
19
title: "How"
20
- style: "docked"
+ style: "floating"
21
contents:
22
- 02_develop_visualization.qmd
23
- - 01_develop_data_processing.qmd
+ - 01_develop_data_processing.qmd
24
+ alignment: center
0 commit comments