- We're taking in documents from
/instructor_central/live_session/
and moving them to/live-session/
which is changing format, and presentation style. - Weeks are defined by a. A distinct file, that is numbered. b. A top-level heading, #
- Concepts or tasks within the weeks are defined by a. A second-level heading, ##
- All images should be hosted internally, in the
/images/
folder, which is shared between all weeks.
Process to knit this:
- Make modifications to files that are in
1-*.Rmd
through14-*.Rmd
. Then; - Issue:
bookdown::render_book(input = "./index.Rmd", output_format = "bookdown::pdf_book", clean = TRUE)