From 9e61f616780888f4811b43efc4eb0404ef1081f4 Mon Sep 17 00:00:00 2001 From: Julia Piaskowski Date: Wed, 22 May 2024 20:30:15 -0700 Subject: [PATCH] some schedule fixes --- _quarto.yml | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 375bda5..c65b01a 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -131,43 +131,15 @@ website: # text: "practice set H" # - href: practice/solution-H.qmd # text: "solution to H" - # - href: lessons/repeating-actions.qmd - # text: How to do repeating actions - - - + - href: lessons/repeating-actions.qmd + text: How to repeat operations # contents: # - href: practice/practice-I.qmd # - text: "practice set I" # - href: practice/solution-I.qmd # - text: "solution to I" - # - href: lessons/Lesson13.qmd - # text: R Set-up - # - href: lessons/Lesson14.qmd - # text: Exploratory plotting - # contents: - # - href: practice/practice-J.qmd - # text: "practice set J" - # - href: practice/solution-J.qmd - # text: "solution to J" - # - href: lessons/Lesson15.qmd - # text: ggplotting - # contents: - # - href: practice/practice-K.qmd - # text: "practice set K" - # - href: practice/solution-K.qmd - # text: "solution to K" - # - href: lessons/Lesson16.qmd - # text: Repeating operations - # contents: - # - href: practice/practice-L.qmd - # text: "practice set L" - # - href: practice/solution-L.qmd - # text: "solution to L" - # - href: lessons/Lesson16.qmd - # text: Repeating Operations - - href: lessons/final_lesson.qmd - text: Final thoughts + - href: lessons/final_lesson.qmd + text: Keeping up with R page-footer: right: "[Quarto Website](https://quarto.org/), template by [Mine Çetinkaya-Rundel](https://github.com/sta210-s22/website)"