Skip to content

Commit f2b74d4

Browse files
committed
Fix menu structure for tutorials
1 parent fb01ec6 commit f2b74d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ makedocs(;
1313
edit_link="master",
1414
assets=String[],
1515
collapselevel = 1,
16-
footer = nothing
16+
footer = nothing,
17+
size_threshold = nothing
1718
),
1819
pages=[
1920
"Virtual Plant Laboratory" => "index.md",
@@ -25,7 +26,7 @@ makedocs(;
2526
"Ray tracing" => "manual/Raytracer.md",
2627
"3D visualization" => "manual/Visualization.md"
2728
],
28-
"Tutorials" => "tutorials/intro_tut.md",[
29+
"Tutorials" => ["Intro" => "tutorials/intro_tut.md",
2930
"Getting started with VPL" =>
3031
["Algae growth" => "tutorials/getting_started/algae.md",
3132
"The Koch snowflake" => "tutorials/getting_started/snowflakes.md"],

docs/src/tutorials/getting_started/algae.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ graph, but different options are available depending on the context where the
125125
code is executed. By default, `draw()` will create a new window where an
126126
interactive version of the graph will be drawn and one can zoom and pan with the
127127
mouse (in this online document a static version is shown, see
128-
[Backends](../manual/Visualization.md) for details):
128+
[Backends](../../manual/Visualization.md) for details):
129129

130130
````julia
131131
import GLMakie
@@ -159,4 +159,3 @@ handy when graphs become large.
159159
---
160160

161161
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*
162-

0 commit comments

Comments
 (0)