@@ -50,15 +50,14 @@ website:
5050 - text : documentation
5151 collapse-level : 1
5252 contents :
53- - section : " Documentation "
53+ - section : " For Users "
5454 # href: tutorials/index.qmd, This page will be added later so keep this line commented
5555 contents :
56- - section : " Using Turing - Modelling Syntax and Interface "
56+ - section : " Using the Turing library "
5757 collapse-level : 1
5858 contents :
5959 - 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
6261 - tutorials/docs-12-using-turing-guide/index.qmd
6362 - text : " Mode Estimation"
6463 href : tutorials/docs-17-mode-estimation/index.qmd
@@ -70,9 +69,8 @@ website:
7069 - text : " External Samplers"
7170 href : tutorials/docs-16-using-turing-external-samplers/index.qmd
7271
73- - section : " Using Turing - Tutorials "
72+ - section : " Examples of Turing Models "
7473 contents :
75- - tutorials/00-introduction/index.qmd
7674 - text : Gaussian Mixture Models
7775 href : tutorials/01-gaussian-mixture-model/index.qmd
7876 - tutorials/02-logistic-regression/index.qmd
@@ -97,13 +95,15 @@ website:
9795 - text : " Gaussian Process Latent Variable Models"
9896 href : tutorials/12-gplvm/index.qmd
9997
100- - section : " Developers: Contributing"
98+ - section : " For Developers"
99+ contents :
100+ - section : " Contributing"
101101 collapse-level : 1
102102 contents :
103103 - text : " How to Contribute"
104104 href : tutorials/docs-01-contributing-guide/index.qmd
105105
106- - section : " Developers: PPL "
106+ - section : " How Turing Works "
107107 collapse-level : 1
108108 contents :
109109 - tutorials/docs-05-for-developers-compiler/index.qmd
0 commit comments