Skip to content

Commit 905526c

Browse files
committed
change yaml block
1 parent ee31e47 commit 905526c

12 files changed

+42
-12
lines changed

docs/bcs70-data_discovery.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Data Discovery
1+
---
2+
layout: default
3+
title: Data Discovery
4+
nav_order: 2
5+
parent: BCS70
6+
format:
7+
gfm:
8+
variant: +yaml_metadata_block
9+
---
210

311

412
- [Download the R script for this page](../purl/bcs70-data_discovery.R)

quarto/bcs70-data_discovery.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Data Discovery"
44
nav_order: 2
55
parent: BCS70
6-
format: gfm
6+
format:
7+
gfm:
8+
variant: +yaml_metadata_block
79
---
810

911
- [Download the R script for this page](../purl/bcs70-data_discovery.R)

quarto/bcs70-merging_across_sweeps.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Combining Data Across Sweeps"
44
nav_order: 3
55
parent: BCS70
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/bcs70-merging_across_sweeps.R)

quarto/bcs70-reshape_long_wide.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Reshaping Data from Long to Wide (or Wide to Long)"
44
nav_order: 4
55
parent: BCS70
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/bcs70-reshape_long_wide.R)

quarto/mcs-data_discovery.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Data Discovery"
44
nav_order: 2
55
parent: MCS
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/mcs-data_discovery.R)

quarto/mcs-household_grid.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Working with the Household Grid"
44
nav_order: 4
55
parent: MCS
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/mcs-household_grid.R)

quarto/mcs-merging_across_sweeps.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Combining Data Across Sweeps"
44
nav_order: 5
55
parent: MCS
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/mcs-merging_across_sweeps.R)

quarto/mcs-merging_within_sweep.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Combining Data Within A Sweep"
44
nav_order: 6
55
parent: MCS
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/mcs-merging_within_sweep.R)

quarto/mcs-reshape_long_wide.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Reshaping Data from Long to Wide (or Wide to Long)"
44
nav_order: 7
55
parent: MCS
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/mcs-reshape_long_wide.R)

quarto/ncds-data_discovery.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
title: "Data Discovery"
44
nav_order: 2
55
parent: NCDS
6-
format: gfm
6+
format:
7+
gfm:
8+
keep-yaml: true
79
---
810

911
- [Download the R script for this page](../purl/ncds-data_discovery.R)

0 commit comments

Comments
 (0)