Skip to content

Commit a31eebb

Browse files
committed
Move perturbation example to tutorials (instead of having one lonely example)
1 parent 066a035 commit a31eebb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/make.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ makedocs(
3232
"getting_started.md",
3333
"Tutorials" => Any[
3434
"tutorials/auto_parallel.md",
35-
"tutorials/converting_to_C.md"
36-
],
37-
"Examples" => Any[
38-
"examples/perturbation.md"
35+
"tutorials/converting_to_C.md",
36+
"tutorials/perturbation.md"
3937
],
4038
"Manual" => Any[
4139
"manual/variables.md",
File renamed without changes.

0 commit comments

Comments
 (0)