Skip to content

Commit 35780c1

Browse files
Update make.jl
1 parent fe83355 commit 35780c1

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

docs/make.jl

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Documenter
22
using Catalyst, ModelingToolkit
33

4+
include("pages.jl")
45

56
# supposed hack to get mhchem but doesn't seem to work yet...
67
# const katex_version = "0.11.1"
@@ -39,24 +40,7 @@ makedocs(
3940
modules = [Catalyst,ModelingToolkit],
4041
doctest = false,
4142
clean = true,
42-
pages = Any[
43-
"Home" => "index.md",
44-
"Tutorials" => Any[
45-
"tutorials/using_catalyst.md",
46-
"tutorials/dsl.md",
47-
"tutorials/reaction_systems.md",
48-
"tutorials/basic_examples.md",
49-
"tutorials/compositional_modeling.md",
50-
"tutorials/symbolic_stoich.md",
51-
"tutorials/bifurcation_diagram.md",
52-
"tutorials/parameter_estimation.md",
53-
"tutorials/generating_reactions_programmatically.md"
54-
],
55-
"FAQs" => "faqs.md",
56-
"API" => Any[
57-
"api/catalyst_api.md"
58-
]
59-
]
43+
pages = pages
6044
)
6145

6246
deploydocs(

0 commit comments

Comments
 (0)