1- using Documenter, DiffEqBase, SciMLBase, OrdinaryDiffEq, OrdinaryDiffEqBDF, OrdinaryDiffEqCore, StochasticDiffEq, DelayDiffEq, SteadyStateDiffEq, DiffEqCallbacks
1+ using Documenter, DiffEqBase, SciMLBase, OrdinaryDiffEq, OrdinaryDiffEqBDF,
2+ OrdinaryDiffEqCore, StochasticDiffEq, DelayDiffEq, SteadyStateDiffEq, DiffEqCallbacks
23import ODEProblemLibrary,
34 SDEProblemLibrary, DDEProblemLibrary, DAEProblemLibrary, BVProblemLibrary
45using Sundials, DASKR
@@ -18,19 +19,19 @@ if isdir(ordinartdiffeq_docs_path)
1819 # Create the OrdinaryDiffEq API directory in the docs
1920 ordinary_diffeq_dest = joinpath (@__DIR__ , " src" , " api" , " ordinarydiffeq" )
2021 mkpath (dirname (ordinary_diffeq_dest))
21-
22+
2223 # Copy all the docs from OrdinaryDiffEq.jl
23- cp (ordinartdiffeq_docs_path, ordinary_diffeq_dest, force= true )
24-
24+ cp (ordinartdiffeq_docs_path, ordinary_diffeq_dest, force = true )
25+
2526 # Copy the pages.jl file from OrdinaryDiffEq.jl
2627 ordinary_diffeq_pages_dest = joinpath (@__DIR__ , " ordinarydiffeq_pages.jl" )
2728 ordinary_diffeq_pages_file = joinpath (ordinartdiffeq_docs_root, " pages.jl" )
28- cp (ordinary_diffeq_pages_file, ordinary_diffeq_pages_dest, force= true )
29-
29+ cp (ordinary_diffeq_pages_file, ordinary_diffeq_pages_dest, force = true )
30+
3031 # Copy the common_first_steps.jl file from OrdinaryDiffEq.jl
3132 common_first_steps_dest = joinpath (@__DIR__ , " common_first_steps.jl" )
3233 common_first_steps_file = joinpath (ordinartdiffeq_docs_root, " common_first_steps.jl" )
33- cp (common_first_steps_file, common_first_steps_dest, force= true )
34+ cp (common_first_steps_file, common_first_steps_dest, force = true )
3435end
3536
3637# Copy StochasticDiffEq.jl documentation
@@ -40,14 +41,14 @@ if isdir(stochasticdiffeq_docs_path)
4041 # Create the StochasticDiffEq API directory in the docs
4142 stochastic_diffeq_dest = joinpath (@__DIR__ , " src" , " api" , " stochasticdiffeq" )
4243 mkpath (dirname (stochastic_diffeq_dest))
43-
44+
4445 # Copy all the docs from StochasticDiffEq.jl
45- cp (stochasticdiffeq_docs_path, stochastic_diffeq_dest, force= true )
46-
46+ cp (stochasticdiffeq_docs_path, stochastic_diffeq_dest, force = true )
47+
4748 # Copy the pages.jl file from StochasticDiffEq.jl
4849 stochastic_diffeq_pages_dest = joinpath (@__DIR__ , " stochasticdiffeq_pages.jl" )
4950 stochastic_diffeq_pages_file = joinpath (stochasticdiffeq_docs_root, " pages.jl" )
50- cp (stochastic_diffeq_pages_file, stochastic_diffeq_pages_dest, force= true )
51+ cp (stochastic_diffeq_pages_file, stochastic_diffeq_pages_dest, force = true )
5152end
5253
5354ENV [" PLOTS_TEST" ] = " true"
@@ -118,13 +119,13 @@ makedocs(
118119 " https://github.com/SciML/ColPrac/blob/master/README.md" ,
119120 " https://github.com/SciML/DiffEqDevTools.jl/blob/master/src/ode_tableaus.jl" ,
120121 " https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/BVProblemLibrary/src/BVProblemLibrary.jl" ,
121- " https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl" ,
122+ " https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl"
122123 ],
123124 doctest = false , clean = true ,
124125 warnonly = [:missing_docs , :docs_block ],
125126 format = Documenter. HTML (assets = [" assets/favicon.ico" ],
126127 canonical = " https://docs.sciml.ai/DiffEqDocs/stable/" ,
127- size_threshold = 500 * 2 ^ 10 ),
128+ size_threshold = 500 * 2 ^ 10 ),
128129 sitename = " DifferentialEquations.jl" ,
129130 authors = " Chris Rackauckas" ,
130131 pages = pages)
0 commit comments