Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
54f23e3
Add download button for Jupyter notebooks in tutorial pages
Sep 18, 2025
ff55d5a
Refactor Quarto rendering and remove download notebook script
Sep 22, 2025
8dd8fbf
Merge branch 'main' into add_notebook_dl
AoifeHughes Sep 22, 2025
091e1a1
Update to Turing 0.40
mhauru Aug 13, 2025
fc4df94
Update version in _quarto.yml
mhauru Aug 13, 2025
df1f9cd
Fix DPPL 0.37 run_ad change
mhauru Aug 13, 2025
14973ad
Fix VI tutorial
mhauru Aug 20, 2025
06bb33d
Fix model-manual's use of contexts
mhauru Aug 21, 2025
e7519c9
Fix references to __context__
mhauru Aug 21, 2025
4530247
Fix use of addlogprob for log prior
mhauru Aug 21, 2025
57c3162
Fix typo
mhauru Sep 16, 2025
2065a14
Regenerate manifest
mhauru Sep 16, 2025
2babb2d
Remove version pin of DelayDiffEq and update Manifest
mhauru Sep 18, 2025
b41a4cb
Fix call to evaluate
mhauru Sep 18, 2025
425539d
Add note about contexts tutorial being out of date
mhauru Sep 19, 2025
dde0ed3
Apply suggestions from code review
mhauru Sep 22, 2025
a32ec1b
Add ipynb format support
Sep 24, 2025
1e7f351
maybe added links to dl?
Sep 24, 2025
e455881
Merge branch 'add_notebook_dl' of https://github.com/TuringLang/docs …
Sep 24, 2025
d1bacac
reset mainifest
Sep 24, 2025
a78fac4
dont execute ipynb
Sep 24, 2025
98bf999
bump local changes
Sep 25, 2025
60a07a8
Merge branch 'main' into add_notebook_dl
AoifeHughes Sep 26, 2025
af7ceb4
add post-render script for converting .quarto_ipynb files to .ipynb
Sep 26, 2025
4459016
Merge branch 'add_notebook_dl' of https://github.com/TuringLang/docs …
Sep 26, 2025
7f00453
Refactor notebook generation process and clean up tutorial metadata
Sep 29, 2025
708d22b
Merge branch 'main' into add_notebook_dl
AoifeHughes Sep 29, 2025
64c62a4
please work :(
Sep 29, 2025
1c6fad9
Merge branch 'add_notebook_dl' of github.com:TuringLang/docs into add…
Sep 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ venv
site_libs
.DS_Store
index_files
digest.txt
digest.txt
**/*.quarto_ipynb
6 changes: 5 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ format:
toc-title: "Table of Contents"
code-fold: false
code-overflow: scroll
format-links: [ipynb]
include-in-header:
- text: |
<style>
Expand Down Expand Up @@ -212,7 +213,10 @@ format:
</div>
</div>
</footer>

ipynb:
execute:
cache: true
freeze: auto
execute:
echo: true
output: true
Expand Down
3 changes: 3 additions & 0 deletions tutorials/bayesian-differential-equations/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Bayesian Differential Equations
engine: julia
format:
html: default
ipynb: default
aliases:
- ../10-bayesian-differential-equations/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/bayesian-linear-regression/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Bayesian Linear Regression
engine: julia
format:
html: default
ipynb: default
aliases:
- ../05-linear-regression/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/bayesian-logistic-regression/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Bayesian Logistic Regression
engine: julia
format:
html: default
ipynb: default
aliases:
- ../02-logistic-regression/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/bayesian-neural-networks/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Bayesian Neural Networks
engine: julia
format:
html: default
ipynb: default
aliases:
- ../03-bayesian-neural-network/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/bayesian-poisson-regression/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Bayesian Poisson Regression
engine: julia
format:
html: default
ipynb: default
aliases:
- ../07-poisson-regression/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/bayesian-time-series-analysis/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Bayesian Time Series Analysis
engine: julia
format:
html: default
ipynb: default
aliases:
- ../13-seasonal-time-series/index.html
---
Expand Down
5 changes: 4 additions & 1 deletion tutorials/coin-flipping/index.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Introduction: Coin Flipping"
engine: julia
aliases:
format:
html: default
ipynb: default
aliases:
- ../00-introduction/index.html
- ../00-introduction/
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/gaussian-mixture-models/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Gaussian Mixture Models
engine: julia
format:
html: default
ipynb: default
aliases:
- ../01-gaussian-mixture-model/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/gaussian-process-latent-variable-models/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Gaussian Process Latent Variable Models
engine: julia
format:
html: default
ipynb: default
aliases:
- ../12-gplvm/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/gaussian-processes-introduction/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: "Gaussian Processes: Introduction"
engine: julia
format:
html: default
ipynb: default
aliases:
- ../15-gaussian-processes/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/hidden-markov-models/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Hidden Markov Models
engine: julia
format:
html: default
ipynb: default
aliases:
- ../04-hidden-markov-model/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/infinite-mixture-models/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Infinite Mixture Models
engine: julia
format:
html: default
ipynb: default
aliases:
- ../06-infinite-mixture-model/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/multinomial-logistic-regression/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Multinomial Logistic Regression
engine: julia
format:
html: default
ipynb: default
aliases:
- ../08-multinomial-logistic-regression/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/probabilistic-pca/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Probabilistic PCA
engine: julia
format:
html: default
ipynb: default
aliases:
- ../11-probabilistic-pca/index.html
---
Expand Down
3 changes: 3 additions & 0 deletions tutorials/variational-inference/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Variational Inference
engine: julia
format:
html: default
ipynb: default
aliases:
- ../09-variational-inference/index.html
---
Expand Down
Loading