@@ -50,15 +50,14 @@ website:
50
50
- text : documentation
51
51
collapse-level : 1
52
52
contents :
53
- - section : " Documentation "
53
+ - section : " For Users "
54
54
# href: tutorials/index.qmd, This page will be added later so keep this line commented
55
55
contents :
56
- - section : " Using Turing - Modelling Syntax and Interface "
56
+ - section : " Using the Turing library "
57
57
collapse-level : 1
58
58
contents :
59
59
- tutorials/docs-00-getting-started/index.qmd
60
- - text : " Quick Start"
61
- href : tutorials/docs-14-using-turing-quick-start/index.qmd
60
+ - tutorials/00-introduction/index.qmd
62
61
- tutorials/docs-12-using-turing-guide/index.qmd
63
62
- text : " Mode Estimation"
64
63
href : tutorials/docs-17-mode-estimation/index.qmd
@@ -70,9 +69,8 @@ website:
70
69
- text : " External Samplers"
71
70
href : tutorials/docs-16-using-turing-external-samplers/index.qmd
72
71
73
- - section : " Using Turing - Tutorials "
72
+ - section : " Examples of Turing Models "
74
73
contents :
75
- - tutorials/00-introduction/index.qmd
76
74
- text : Gaussian Mixture Models
77
75
href : tutorials/01-gaussian-mixture-model/index.qmd
78
76
- tutorials/02-logistic-regression/index.qmd
@@ -97,13 +95,15 @@ website:
97
95
- text : " Gaussian Process Latent Variable Models"
98
96
href : tutorials/12-gplvm/index.qmd
99
97
100
- - section : " Developers: Contributing"
98
+ - section : " For Developers"
99
+ contents :
100
+ - section : " Contributing"
101
101
collapse-level : 1
102
102
contents :
103
103
- text : " How to Contribute"
104
104
href : tutorials/docs-01-contributing-guide/index.qmd
105
105
106
- - section : " Developers: PPL "
106
+ - section : " How Turing Works "
107
107
collapse-level : 1
108
108
contents :
109
109
- tutorials/docs-05-for-developers-compiler/index.qmd
0 commit comments