From 2d05d44f63e8b5597ce97c0ae6333b1d2bc58095 Mon Sep 17 00:00:00 2001 From: Natalie Elphick Date: Wed, 1 Oct 2025 13:50:25 -0700 Subject: [PATCH] update readme --- working-on-wynton-hpc/README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/working-on-wynton-hpc/README.md b/working-on-wynton-hpc/README.md index 1098c53..cc5a8a1 100644 --- a/working-on-wynton-hpc/README.md +++ b/working-on-wynton-hpc/README.md @@ -4,12 +4,9 @@ ## Structure -- `working-on-wynton-hpc.Rproj` : Used to manage the `renv` for the workshop slides - - To install the project env, open this file and run `renv::restore()` in the console - -- `./slide_materials` : Contains any images/assets needed for the slides. -- `./workshop_materials` : Contains any materials needed by the registrants (switch to using DropBox if the size of this becomes too large) -- `./renv` : Used by `renv` to manage project library, do not modfiy these files directly -- `./Working_on_Wynton_Part_1.Rmd` : revealjs based slides for part 1 -- `./Working_on_Wynton_Part_2.Rmd` : revealjs based slides for part 2 -- `./style.css` : CSS style sheet for both sets of revealjs slides +- `./slide_materials` : Contains any images/assets needed for the slides +- `./Working_on_Wynton_Part_1.qmd` : Quarto-based slides for part 1 +- `./Working_on_Wynton_Part_2.qmd` : Quarto-based slides for part 2 +- `./wynton-theme.scss` : SCSS theme for the slides +- `./title-slide.html` : Custom title slide HTML +- `./render_slides.sh` : Script to render the Quarto slides