Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion tutorials/00-introduction/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Introduction to Turing
engine: julia
aliases:
- ../
---

```{julia}
Expand Down Expand Up @@ -231,4 +233,4 @@ vline!([p_true]; label="True probability", c=:red)

As we can see, the samples obtained with Turing closely approximate the true posterior distribution.
Hopefully this tutorial has provided an easy-to-follow, yet informative introduction to Turing's simpler applications.
More advanced usage is demonstrated in other tutorials.
More advanced usage is demonstrated in other tutorials.
2 changes: 2 additions & 0 deletions tutorials/docs-00-getting-started/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Getting Started
engine: julia
aliases:
- ../../
---

```{julia}
Expand Down