Skip to content

Commit

Permalink
Update developer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Apr 5, 2024
1 parent fbea86b commit 54fde9a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions developer/docs.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# run `include("./developer/docs.jl")`
# run(`julia --project=docs/ -e 'try; using Plots; catch; using Pkg; Pkg.add("Plots"); end;'`)
# Please run `include("./developer/docs.jl")` on RELP.

# run(`julia --project=docs/ -e 'try; using CairoMakie; catch; using Pkg; Pkg.add("CairoMakie"); end;'`)
# run(`julia --project=docs/ -e 'try; using Documenter; catch; using Pkg; Pkg.add("Documenter"); end;'`)

# run(`julia --project=docs/ -e 'using Pkg; Pkg.activate("./"); Pkg.resolve();'`)
# run(`julia --project=docs/ -e 'using Pkg; Pkg.activate("./"); Pkg.instantiate();'`)
run(`julia --project=docs/ -e 'using Pkg; Pkg.activate("./"); cd("docs"); include("make.jl")'`)
2 changes: 1 addition & 1 deletion developer/logo.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# run `include("./developer/logo.jl")`
# Please run `include("./developer/logo.jl")` on RELP.

# https://github.com/JuliaLang/julia-logo-graphics
# https://products.aspose.app/imaging/conversion/svg-to-ico
Expand Down
2 changes: 1 addition & 1 deletion developer/revice.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# run `include("./developer/revice.jl")`
# Please run `include("./developer/revice.jl")` on RELP.

using Pkg
# Pkg.instantiate()
Expand Down
2 changes: 1 addition & 1 deletion developer/test.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# run `include("./developer/test.jl")`
# Please run `include("./developer/test.jl")` on RELP.

dir = dirname(@__FILE__) * "/../"
cd(dir)
Expand Down

0 comments on commit 54fde9a

Please sign in to comment.