11using Documenter, StructuralEquationModels
22
33makedocs (
4- sitename= " StructuralEquationModels.jl" ,
4+ sitename = " StructuralEquationModels.jl" ,
55 pages = [
66 " index.md" ,
77 " Tutorials" => [
@@ -11,67 +11,62 @@ makedocs(
1111 " tutorials/specification/specification.md" ,
1212 " tutorials/specification/graph_interface.md" ,
1313 " tutorials/specification/ram_matrices.md" ,
14- " tutorials/specification/parameter_table.md"
14+ " tutorials/specification/parameter_table.md" ,
1515 ],
1616 " Model Construction" => [
1717 " tutorials/construction/construction.md" ,
1818 " tutorials/construction/outer_constructor.md" ,
19- " tutorials/construction/build_by_parts.md"
20- ],
21- " Optimization Backends" => [
22- " tutorials/backends/optim.md" ,
23- " tutorials/backends/nlopt.md"
19+ " tutorials/construction/build_by_parts.md" ,
2420 ],
21+ " Optimization Backends" =>
22+ [" tutorials/backends/optim.md" , " tutorials/backends/nlopt.md" ],
2523 " Model Fitting" => " tutorials/fitting/fitting.md" ,
2624 " Model Inspection" => " tutorials/inspection/inspection.md" ,
2725 " Mean Structures" => " tutorials/meanstructure.md" ,
2826 " Collections" => [
2927 " tutorials/collection/collection.md" ,
30- " tutorials/collection/multigroup.md"
28+ " tutorials/collection/multigroup.md" ,
3129 ],
32- " Constraints" => " tutorials/constraints/constraints.md"
30+ " Constraints" => " tutorials/constraints/constraints.md" ,
3331 ],
3432 " Developer documentation" => [
3533 " Extending the package" => " developer/extending.md" ,
3634 " Custom loss functions" => " developer/loss.md" ,
3735 " Custom imply types" => " developer/imply.md" ,
3836 " Custom optimizer types" => " developer/optimizer.md" ,
3937 " Custom observed types" => " developer/observed.md" ,
40- " Custom model types" => " developer/sem.md"
41- ],
42- " Advanced tutorials" => [
43- " Regularization" => " tutorials/regularization/regularization.md"
38+ " Custom model types" => " developer/sem.md" ,
4439 ],
40+ " Advanced tutorials" =>
41+ [" Regularization" => " tutorials/regularization/regularization.md" ],
4542 " Performance tips" => [
4643 " Model sorting" => " performance/sorting.md" ,
4744 " MKL" => " performance/mkl.md" ,
4845 " Simulation studies" => " performance/simulation.md" ,
4946 " Symbolic precomputation" => " performance/symbolic.md" ,
5047 " Starting values" => " performance/starting_values.md" ,
51- " Parametric Types" => " performance/parametric.md"
48+ " Parametric Types" => " performance/parametric.md" ,
5249 ],
5350 " Internals and design" => [
5451 " Internals and design" => " internals/internals.md" ,
5552 " files" => " internals/files.md" ,
56- " types" => " internals/types.md"
53+ " types" => " internals/types.md" ,
5754 ],
58- " Complementary material" => [
59- " Mathematical appendix" => " complementary/maths.md"
60- ]
55+ " Complementary material" => [" Mathematical appendix" => " complementary/maths.md" ],
6156 ],
6257 format = Documenter. HTML (
6358 prettyurls = get (ENV , " CI" , nothing ) == " true" ,
6459 assets = [" assets/favicon_zeta.ico" ],
6560 ansicolor = true ,
66- collapselevel = 1
61+ collapselevel = 1 ,
6762 ),
68- doctest = false
63+ doctest = false ,
6964)
7065
7166# doctest(StructuralEquationModels, fix=true)
7267
7368deploydocs (
7469 repo = " github.com/StructuralEquationModels/StructuralEquationModels.jl" ,
7570 devbranch = " devel" ,
76- push_preview = " push_preview=true" ∈ ARGS
71+ push_preview = " push_preview=true" ∈ ARGS ,
7772)
0 commit comments