|
|
@ -7,8 +7,8 @@ const generated_dir = joinpath(@__DIR__, "src", "generated") |
|
|
|
@info "Loading Catlab.jl" |
|
|
|
using Catlab, |
|
|
|
# Must explicitly load all submodules for which docs are needed. |
|
|
|
Catlab.Theories, Catlab.CategoricalAlgebra, Catlab.WiringDiagrams, |
|
|
|
Catlab.Graphics, Catlab.Programs, Catlab.LinearAlgebra |
|
|
|
Catlab.Theories, Catlab.CategoricalAlgebra, Catlab.Graphs, |
|
|
|
Catlab.WiringDiagrams, Catlab.Graphics, Catlab.Programs, Catlab.LinearAlgebra |
|
|
|
|
|
|
|
@info "Building Literate.jl docs" |
|
|
|
|
|
|
@ -64,6 +64,7 @@ makedocs( |
|
|
|
"apis/core.md", |
|
|
|
"apis/theories.md", |
|
|
|
"apis/categorical_algebra.md", |
|
|
|
"apis/graphs.md", |
|
|
|
"apis/wiring_diagrams.md", |
|
|
|
"apis/graphics.md", |
|
|
|
"apis/programs.md", |
|
|
|