Skip to content

cmu-delphi/delphi-tooling-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>