Skip to content

Commit ea9c9db

Browse files
use the common first steps
1 parent fe83361 commit ea9c9db

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ docs/build
55
docs/site
66
docs/src/api/ordinarydiffeq
77
docs/ordinarydiffeq_pages.jl
8+
docs/common_first_steps.jl
89
/Manifest.toml
910

1011
# vscode stuff

docs/make.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
2429
end
2530

2631
ENV["PLOTS_TEST"] = "true"

0 commit comments

Comments
 (0)