Skip to content

Commit f46f680

Browse files
simonsteigerpenelopeysm
authored andcommitted
Apply suggestions from code review
Co-authored-by: Penelope Yong <[email protected]>
1 parent e0b1439 commit f46f680

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ website:
3939
page-footer:
4040
#background: "#073c44"
4141
left: |
42-
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team of volunteers</a>. <br>
42+
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="/team" target="_blank">core team of developers</a>. <br>
4343
© 2024 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank">MIT License</a>.
4444
4545
back-to-top-navigation: true

index.qmd

+11-12
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ description: |
6262
<div class="d-flex flex-row flex-wrap panel-wrapper gap-4 section-end-space">
6363
<div class="panel">
6464
<div class="panel-title pb-1">
65-
Intuitive
65+
Expressive
6666
</div>
67-
Turing models are easy to write and communicate — syntax is close to mathematical notations.
67+
Turing models are easy to write and communicate — their syntax closely resembles mathematical notation.
6868
</div>
6969
<div class="panel">
7070
<div class="panel-title pb-1">
@@ -74,9 +74,9 @@ description: |
7474
</div>
7575
<div class="panel">
7676
<div class="panel-title pb-1">
77-
Modular & composable
77+
Composable
7878
</div>
79-
Turing is modular, written entirely in Julia, and is interoperable with the powerful Julia ecosystem.
79+
Turing is written entirely in Julia, and is interoperable with its powerful ecosystem.
8080
</div>
8181
</div>
8282
```
@@ -98,7 +98,6 @@ description: |
9898
# Bernoulli distributions with success rate `p`
9999
y ~ filldist(Bernoulli(p), N)
100100

101-
return y
102101
end;
103102
```
104103
</div>
@@ -146,23 +145,23 @@ end
146145
Ecosystem
147146
</div>
148147
<p class="quarto-grid-item">
149-
Learn about all the packages that are part of The Turing Organization.
148+
Learn about all the packages that are part of the TuringLang organization.
150149
</p>
151150
</a>
152151
<a class="pseudolisting" href="https://turinglang.org/docs/tutorials/docs-00-getting-started/">
153152
<div class="card-title h5">
154153
Documentation
155154
</div>
156155
<p class="quarto-grid-item">
157-
Familiarize yourself with the Turing.jl API.
156+
Familiarize yourself with the mechanics of Turing.jl.
158157
</p>
159158
</a>
160159
<a class="pseudolisting" href="https://turinglang.org/docs/tutorials/00-introduction/">
161160
<div class="card-title h5">
162161
Official tutorials
163162
</div>
164163
<p class="quarto-grid-item">
165-
Learn to tackle specific problems with Turing.jl.
164+
Learn to tackle specific modelling problems with Turing.jl.
166165
</p>
167166
</a>
168167
</div>
@@ -211,12 +210,12 @@ Placeholder text introducing the Bayesian Workflow diagram from the ACM special
211210
</ul>
212211
</div>
213212
<div class="flex-grow-1">
214-
<h3>Inofficial tutorials</h3>
215-
<p>Placeholder for intro text on list of inofficial tutorials</p>
213+
<h3>Other resources</h3>
214+
<p>This list contains a few other written resources for learning Turing. If you have written something and would like to share it with the community, please <a href="https://github.com/TuringLang/docs/issues/new">get in touch</a>!</p>
216215
<ul>
217216
<li><a href="https://github.com/StatisticalRethinkingJulia/SR2TuringPluto.jl">Statistical Rethinking</a>
218-
<li><a href="storopoli.github.io/Turing-Workshop/">Jose Storopoli's Turing workshop</a>
219-
<li><a href="https://storopoli.io/Bayesian-Julia/">Jose Storopoli's blog on Turing and Bayesian Statistics</a>
217+
<li><a href="https://storopoli.github.io/Turing-Workshop/">Jose Storopoli's Turing workshop (outdated in parts)</a>
218+
<li><a href="https://storopoli.github.io/Bayesian-Julia/">Jose Storopoli's blog on Turing and Bayesian Statistics</a>
220219
<li>Placeholder for more...
221220
</ul>
222221
</div>

0 commit comments

Comments
 (0)