Skip to content

Commit c0166ae

Browse files
build missing tutorial
1 parent 0d2b4fd commit c0166ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ makedocs(
1111
pages=[
1212
"Home" => "index.md",
1313
"Tutorials" => Any[
14-
"tutorials/nonlinear.md"
14+
"tutorials/nonlinear.md",
15+
"tutorials/iterator_interface.md"
1516
],
1617
"Basics" => Any[
1718
"basics/NonlinearProblem.md",

0 commit comments

Comments
 (0)