Skip to content

Update some descriptions #75

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 2 commits into from
Jun 17, 2024
Merged
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
11 changes: 6 additions & 5 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ description: |
# Turing.jl: Bayesian inference with probabilistic programming.

### Intuitive
Turing models are easy to read and writemodels work the way you write them.
Turing models are easy to write and communicatesyntax is close to mathematical notations.

### General-purpose
Turing supports models with discrete parameters and stochastic control flow. Specify complex models quickly and easily.
Turing supports models with discrete parameters and stochastic control flow.

### Modular
Turing is modular, written fully in Julia, and can be modified to suit your needs.
### Modular and composable
Turing is modular, written entirely in Julia, and is interoperable with the powerful Julia ecosystem.


::: {.hero-buttons style="position: relative; display: flex; justify-content: center;"}
Expand All @@ -45,7 +45,8 @@ Turing is modular, written fully in Julia, and can be modified to suit your need
## Community Resources

The Turing.jl [discourse forum](https://discourse.julialang.org/c/domain/probprog) provides support and discussion for all user levels.
The [Turing.jl documentation]({{< meta get-started >}}) and [tutorials]({{< meta tutorials-intro >}}) help users learn and use Turing.jl!
The [Turing.jl documentation]({{< meta get-started >}}) and [official tutorials]({{< meta tutorials-intro >}}) help users learn and use Turing.jl!
There's also a [tutorial in Bayesian Statistics using Julia and Turing.jl](https://storopoli.io/Bayesian-Julia).

:::
::: {.g-col-3}
Expand Down