From f25d790425cf5259452f93743b4a6943a337d263 Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:54:41 -0400 Subject: [PATCH] rename --- make.jl | 16 ++++++++++++++++ .../{readme_example.jl => readme_examples.jl} | 0 2 files changed, 16 insertions(+) rename replication/readme_examples/{readme_example.jl => readme_examples.jl} (100%) diff --git a/make.jl b/make.jl index a74472e..da85cf8 100644 --- a/make.jl +++ b/make.jl @@ -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") diff --git a/replication/readme_examples/readme_example.jl b/replication/readme_examples/readme_examples.jl similarity index 100% rename from replication/readme_examples/readme_example.jl rename to replication/readme_examples/readme_examples.jl