File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ docs/build
55docs /site
66docs /src /api /ordinarydiffeq
77docs /ordinarydiffeq_pages.jl
8+ docs /common_first_steps.jl
89/Manifest.toml
910
1011# vscode stuff
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ if isdir(ordinartdiffeq_docs_path)
2121 ordinary_diffeq_pages_dest = joinpath (@__DIR__ , " ordinarydiffeq_pages.jl" )
2222 ordinary_diffeq_pages_file = joinpath (ordinartdiffeq_docs_root, " pages.jl" )
2323 cp (ordinary_diffeq_pages_file, ordinary_diffeq_pages_dest, force= true )
24+
25+ # Copy the common_first_steps.jl file from OrdinaryDiffEq.jl
26+ common_first_steps_dest = joinpath (@__DIR__ , " common_first_steps.jl" )
27+ common_first_steps_file = joinpath (ordinartdiffeq_docs_root, " common_first_steps.jl" )
28+ cp (common_first_steps_file, common_first_steps_dest, force= true )
2429end
2530
2631ENV [" PLOTS_TEST" ] = " true"
You can’t perform that action at this time.
0 commit comments