Skip to content

Commit 6397886

Browse files
committed
Remove quick start -- it's repeated content
1 parent 3143ffb commit 6397886

File tree

3 files changed

+11
-83
lines changed

3 files changed

+11
-83
lines changed

_quarto.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -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

tutorials/docs-12-using-turing-guide/index.qmd

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Guide
2+
title: "Turing's Core Functionality"
33
engine: julia
44
---
55

@@ -10,6 +10,8 @@ using Pkg;
1010
Pkg.instantiate();
1111
```
1212

13+
This article provides an overview of the core functionality in Turing.jl, which are likely to be used across a wide range of models.
14+
1315
## Basics
1416

1517
### Introduction

tutorials/docs-14-using-turing-quick-start/index.qmd

-74
This file was deleted.

0 commit comments

Comments
 (0)