Skip to content

cmu-delphi/delphi-tooling-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e2b2dce · Oct 2, 2024

History

41 Commits
Jun 20, 2023
Oct 2, 2024
Jun 13, 2023
Oct 2, 2024
Jun 7, 2023
Oct 2, 2024
Jun 13, 2023
Oct 2, 2024
Jun 7, 2023
Jun 7, 2023
Oct 2, 2024
Oct 2, 2024
Jun 21, 2023
Oct 2, 2024
Jun 20, 2023
Jun 7, 2023
Jun 7, 2023
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Jun 20, 2023
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Jun 19, 2023
Jun 21, 2023
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Jun 20, 2023
Jun 20, 2023
Jun 20, 2023

Repository files navigation

Delphi Tooling Book

The book is a collection of articles and tutorials on how to use the Delphi tooling effectively.

Compiling the book

The book is written with Quarto (which can be installed here). To compile the book, run the following commands:

# Install the R dependencies
R -e 'install.packages(c("pak", "rspm", "renv"))'
R -e 'renv::restore()'

# Compile the book and preview it
quarto preview

We use Quarto's freeze feature to re-render only the qmd files that have changed. To force a re-render of a page, run this command:

quarto render <name.qmd>