File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 1
1
using Documenter
2
2
using Catalyst, ModelingToolkit
3
3
4
+ include (" pages.jl" )
4
5
5
6
# supposed hack to get mhchem but doesn't seem to work yet...
6
7
# const katex_version = "0.11.1"
@@ -39,24 +40,7 @@ makedocs(
39
40
modules = [Catalyst,ModelingToolkit],
40
41
doctest = false ,
41
42
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
60
44
)
61
45
62
46
deploydocs (
You can’t perform that action at this time.
0 commit comments