Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 662 Bytes

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>