Skip to content

Commit

Permalink
fix #9; fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tavareshugo committed Mar 11, 2024
1 parent e9e6d42 commit 3c8234e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ book:
search:
location: sidebar
favicon: "_extensions/courseformat/img/university-of-cambridge-favicon.ico"
bread-crumbs: false
page-navigation: true
page-footer:
center: |
Expand Down
2 changes: 1 addition & 1 deletion materials/02-content_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Here are some recommendations:
You can do this by adding the `#| fig-alt` cell option to your chunk (see documentation pages linked above).
- To avoid unecessary computations (and save time!), by default only files that were modified are re-rendered when running `quarto render`.
A copy of the computed files (e.g. PNG of plots) are saved in the directory `_freeze`.
Please **run `quarto render` and push the `_freze` directory** when you make changes to your code.
Please **run `quarto render` and push the `_freeze` directory** when you make changes to your code.
- If you're using stochastic algorithms in your code (e.g. sampling functions) please **set a seed** at the start of the document.
This will avoid unnecessary changes in the rendered output files.

Expand Down

0 comments on commit 3c8234e

Please sign in to comment.