Skip to content

Commit 8bb8500

Browse files
yebaistoropoli
andauthored
Update some descriptions (#75)
* Update index.qmd * add tutorial on bayesian stats in the landing page. --------- Co-authored-by: Jose Storopoli <[email protected]>
1 parent 0f74625 commit 8bb8500

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.qmd

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ description: |
1717
# Turing.jl: Bayesian inference with probabilistic programming.
1818

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

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

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

2828

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

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

5051
:::
5152
::: {.g-col-3}

0 commit comments

Comments
 (0)