Skip to content

broken urls fixed #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 17, 2024
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