Skip to content

Commit 47be4af

Browse files
committed
add examples to docs
1 parent 9f9ccaf commit 47be4af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
1717
const OUTPUT_DIR = joinpath(@__DIR__, "src/generated")
1818

1919
examples = [
20-
"Bratu 1D" => "bratu",
20+
"Bratu -- 1D" => "bratu",
21+
"Bratu -- KernelAbstractions" => "bratu_ka",
2122
"Simple" => "simple",
2223
"BVP" => "bvp",
24+
"Implicit" => "implicit_timedependent",
2325
]
2426

2527
for (_, name) in examples

0 commit comments

Comments
 (0)