Skip to content

Commit eac5bdf

Browse files
committed
Restructure documentation
1 parent 6397886 commit eac5bdf

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

_quarto.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ website:
5050
- text: documentation
5151
collapse-level: 1
5252
contents:
53-
- section: "For Users"
53+
- section: "Users"
5454
# href: tutorials/index.qmd, This page will be added later so keep this line commented
5555
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"
5760
collapse-level: 1
5861
contents:
59-
- tutorials/docs-00-getting-started/index.qmd
60-
- tutorials/00-introduction/index.qmd
61-
- tutorials/docs-12-using-turing-guide/index.qmd
6262
- text: "Mode Estimation"
6363
href: tutorials/docs-17-mode-estimation/index.qmd
6464
- tutorials/docs-09-using-turing-advanced/index.qmd
@@ -69,8 +69,9 @@ website:
6969
- text: "External Samplers"
7070
href: tutorials/docs-16-using-turing-external-samplers/index.qmd
7171

72-
- section: "Examples of Turing Models"
72+
- section: "Worked Tutorials"
7373
contents:
74+
- tutorials/00-introduction/index.qmd
7475
- text: Gaussian Mixture Models
7576
href: tutorials/01-gaussian-mixture-model/index.qmd
7677
- tutorials/02-logistic-regression/index.qmd
@@ -95,27 +96,27 @@ website:
9596
- text: "Gaussian Process Latent Variable Models"
9697
href: tutorials/12-gplvm/index.qmd
9798

98-
- section: "For Developers"
99+
- section: "Developers"
99100
contents:
100101
- section: "Contributing"
101102
collapse-level: 1
102103
contents:
103104
- text: "How to Contribute"
104105
href: tutorials/docs-01-contributing-guide/index.qmd
105106

106-
- section: "How Turing Works"
107+
- section: "DynamicPPL in Depth"
107108
collapse-level: 1
108109
contents:
109110
- tutorials/docs-05-for-developers-compiler/index.qmd
110111
- text: "A Mini Turing Implementation I: Compiler"
111112
href: tutorials/14-minituring/index.qmd
112113
- text: "A Mini Turing Implementation II: Contexts"
113114
href: tutorials/16-contexts/index.qmd
114-
- tutorials/docs-06-for-developers-interface/index.qmd
115115

116-
- section: "Developers: Inference"
116+
- section: "Inference (note: outdated)"
117117
collapse-level: 1
118118
contents:
119+
- tutorials/docs-06-for-developers-interface/index.qmd
119120
- tutorials/docs-04-for-developers-abstractmcmc-turing/index.qmd
120121
- tutorials/docs-07-for-developers-variational-inference/index.qmd
121122
- text: "Implementing Samplers"

0 commit comments

Comments
 (0)