bike_predict icon indicating copy to clipboard operation
bike_predict copied to clipboard

Convert all code chunks into folding code chunks

Open SamEdwardes opened this issue 3 years ago • 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
  • [x] 02-model-card
  • [x] 03-model-metrics

03-app

  • [x] 01-client-app
  • [x] 02-connect-widgets-app
  • [ ] 03-client-app-dev

SamEdwardes avatar Jun 24 '22 15:06 SamEdwardes

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

jthomasmock avatar Aug 01 '22 23:08 jthomasmock

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

https://github.com/sol-eng/bike_predict/blob/6a5771bc3f3c234578023851175e33b495e44567/content/02-model/02-model-card/document.qmd#L1-L13

SamEdwardes avatar Aug 04 '22 14:08 SamEdwardes