sol-eng/bike_predict

Convert all code chunks into folding code chunks

SamEdwardes opened this issue · 2 comments

https://quarto.org/docs/output-formats/html-code.html#folding-code

Status

01-etl

  • 01-raw-data-refresh
  • 02-tidy-data

02-model

  • 01-train-and-deploy-model
  • 02-model-card
  • 03-model-metrics

03-app

  • 01-client-app
  • 02-connect-widgets-app
  • 03-client-app-dev

If I may, I might suggest code-tools - can see the source code then AND have control for hiding/showing all code chunks as well.

https://quarto.org/docs/output-formats/html-code.html#code-tools

Thank you Tom! I am planning to use these settings for each doc:

---
title: "Model Step 2 - Model Card"
date: "`r lubridate::date(lubridate::now(tzone = 'EST'))`"
format:
html:
code-fold: true
code-tools:
source: true
toggle: true
params:
name: sam.edwardes/bike_predict_model_r
version: NULL
---