@@ -50,15 +50,15 @@ website:
50
50
- text : documentation
51
51
collapse-level : 1
52
52
contents :
53
- - section : " For Users"
53
+ - section : " Users"
54
54
# href: tutorials/index.qmd, This page will be added later so keep this line commented
55
55
contents :
56
- - section : " Using the Turing library"
56
+ - tutorials/docs-00-getting-started/index.qmd
57
+ - tutorials/docs-12-using-turing-guide/index.qmd
58
+
59
+ - section : " Usage Tips"
57
60
collapse-level : 1
58
61
contents :
59
- - tutorials/docs-00-getting-started/index.qmd
60
- - tutorials/00-introduction/index.qmd
61
- - tutorials/docs-12-using-turing-guide/index.qmd
62
62
- text : " Mode Estimation"
63
63
href : tutorials/docs-17-mode-estimation/index.qmd
64
64
- tutorials/docs-09-using-turing-advanced/index.qmd
@@ -69,8 +69,9 @@ website:
69
69
- text : " External Samplers"
70
70
href : tutorials/docs-16-using-turing-external-samplers/index.qmd
71
71
72
- - section : " Examples of Turing Models "
72
+ - section : " Worked Tutorials "
73
73
contents :
74
+ - tutorials/00-introduction/index.qmd
74
75
- text : Gaussian Mixture Models
75
76
href : tutorials/01-gaussian-mixture-model/index.qmd
76
77
- tutorials/02-logistic-regression/index.qmd
@@ -95,27 +96,27 @@ website:
95
96
- text : " Gaussian Process Latent Variable Models"
96
97
href : tutorials/12-gplvm/index.qmd
97
98
98
- - section : " For Developers"
99
+ - section : " Developers"
99
100
contents :
100
101
- section : " Contributing"
101
102
collapse-level : 1
102
103
contents :
103
104
- text : " How to Contribute"
104
105
href : tutorials/docs-01-contributing-guide/index.qmd
105
106
106
- - section : " How Turing Works "
107
+ - section : " DynamicPPL in Depth "
107
108
collapse-level : 1
108
109
contents :
109
110
- tutorials/docs-05-for-developers-compiler/index.qmd
110
111
- text : " A Mini Turing Implementation I: Compiler"
111
112
href : tutorials/14-minituring/index.qmd
112
113
- text : " A Mini Turing Implementation II: Contexts"
113
114
href : tutorials/16-contexts/index.qmd
114
- - tutorials/docs-06-for-developers-interface/index.qmd
115
115
116
- - section : " Developers: Inference "
116
+ - section : " Inference (note: outdated) "
117
117
collapse-level : 1
118
118
contents :
119
+ - tutorials/docs-06-for-developers-interface/index.qmd
119
120
- tutorials/docs-04-for-developers-abstractmcmc-turing/index.qmd
120
121
- tutorials/docs-07-for-developers-variational-inference/index.qmd
121
122
- text : " Implementing Samplers"
0 commit comments