Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Extras/custom.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*-- scss:defaults --*/


/*-- scss:rules --*/

.cell-output {
background-color: #1e90ff20;
border-radius: 4px;
}


/*-- scss:rules --*/

div[data-code-copy="false"] button.code-copy-button {
display: none;
}
Expand Down
3 changes: 0 additions & 3 deletions NPAG.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "Fit a model with NPAG"
format:
html:
include-in-header: Extras/copy-all-code.html
---


Expand Down
3 changes: 0 additions & 3 deletions NPAG_cov.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "More complex models"
format:
html:
include-in-header: Extras/copy-all-code.html
---


Expand Down
3 changes: 0 additions & 3 deletions PTA.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "Probability of Target Attainment (PTA)"
format:
html:
include-in-header: Extras/copy-all-code.html
---


Expand Down
3 changes: 0 additions & 3 deletions Validate.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "Model Validation"
format:
html:
include-in-header: Extras/copy-all-code.html
---


Expand Down
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ format:
html:
theme: cosmo
css: Extras/custom.scss
include-in-header: Extras/copy-all-code.html
toc: true
toc-title: "On this page"
link-external-newwindow: true
Expand Down
4 changes: 0 additions & 4 deletions data.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: "Data"
format:
html:
css: Extras/custom.scss
include-in-header: Extras/copy-all-code.html
---

```{r}
Expand Down
3 changes: 0 additions & 3 deletions examine.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "Examine results"
format:
html:
include-in-header: Extras/copy-all-code.html
---

```{r, include = FALSE}
Expand Down
4 changes: 0 additions & 4 deletions models.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: "Models"
format:
html:
css: Extras/custom.scss
include-in-header: Extras/copy-all-code.html
---

```{r}
Expand Down
3 changes: 0 additions & 3 deletions objects.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

---
title: "The results"
format:
html:
include-in-header: Extras/copy-all-code.html
---

```{r, include = FALSE}
Expand Down
3 changes: 0 additions & 3 deletions overview.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "Overview"
format:
html:
include-in-header: Extras/copy-all-code.html
---

```{r, include = FALSE}
Expand Down
4 changes: 0 additions & 4 deletions plotly.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: "Plotting Details"
format:
html:
css: Extras/custom.scss
include-in-header: Extras/copy-all-code.html
---

```{r, include = FALSE}
Expand Down
3 changes: 0 additions & 3 deletions simulation.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "Simulations"
format:
html:
include-in-header: Extras/copy-all-code.html
---


Expand Down
3 changes: 0 additions & 3 deletions workflow.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
title: "Workflow"
format:
html:
include-in-header: Extras/copy-all-code.html
---

```{r, include = FALSE}
Expand Down