From 22896a36ea6b47315a5f2fb3d5a0ac9a195c594b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20G=C3=BCrb=C3=BCz?= Date: Sun, 27 Jul 2025 11:07:38 -0700 Subject: [PATCH 1/2] Update quick_notes.qmd Typo fixing --- quarto/misc/quick_notes.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto/misc/quick_notes.qmd b/quarto/misc/quick_notes.qmd index 7cc070b..b3e4c82 100644 --- a/quarto/misc/quick_notes.qmd +++ b/quarto/misc/quick_notes.qmd @@ -97,7 +97,7 @@ In the following, the defined function, `Derivative`, returns an anonymously def ```{julia} -Derivatve(f::Function) = x -> ForwardDiff.derivative(f, x) # ForwardDiff is loaded in CalculusWithJulia +Derivative(f::Function) = x -> ForwardDiff.derivative(f, x) # ForwardDiff is loaded in CalculusWithJulia ``` (The `D` function of `CalculusWithJulia` implements something similar.) From e9efe6985b7248a35db8995a2f4463db5c90a1ad Mon Sep 17 00:00:00 2001 From: jverzani Date: Sun, 27 Jul 2025 15:27:22 -0400 Subject: [PATCH 2/2] ignore more --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66f3cb9..761b201 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ docs/site test/benchmarks.json Manifest.toml TODO.md +Changelog.md /*/_pdf_index.pdf /*/*/_pdf_index.pdf /*/_pdf_index.typ @@ -12,4 +13,7 @@ TODO.md /*/CalculusWithJulia.pdf default.profraw /quarto/default.profraw -/*/*/default.profraw \ No newline at end of file +/*/*/default.profraw +/*/bonepile.qmd +/*/*/bonepile.qmd +/*/*_files