Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 31, 2023
1 parent 3423877 commit f25d790
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,21 @@ using JuliaFormatter
using MondrianForests
using Pkg

# format
format(MondrianForests)

# test
Pkg.test()

# docs
include("docs/make.jl")

# replication
include("replication/construction_diagrams/construction_diagrams.jl")
include("replication/logo/logo.jl")
include("replication/partition_plots/partition_plots.jl")
include("replication/piet_diagram/piet_diagram.jl")
include("replication/readme_examples/readme_examples.jl")
include("replication/theorem_diagrams/theorem_diagrams.jl")
include("replication/weather/weather.jl")
include("replication/weather_cv/weather_cv.jl")

0 comments on commit f25d790

Please sign in to comment.