From 5f7cf529b98525f45a2c0caecca5d8a4f3124a53 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Sat, 9 May 2020 21:03:00 +0900 Subject: [PATCH] chunks.jl -> types.jl --- src/Weave.jl | 2 +- src/{chunks.jl => types.jl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{chunks.jl => types.jl} (100%) diff --git a/src/Weave.jl b/src/Weave.jl index a7b2dc4..42a1124 100644 --- a/src/Weave.jl +++ b/src/Weave.jl @@ -296,7 +296,7 @@ push_postexecute_hook(f::Function) = push!(postexecute_hooks, f) pop_postexecute_hook(f::Function) = splice!(postexecute_hooks, findfirst(x -> x == f, postexecute_hooks)) -include("chunks.jl") +include("types.jl") include("config.jl") include("WeaveMarkdown/markdown.jl") include("display_methods.jl") diff --git a/src/chunks.jl b/src/types.jl similarity index 100% rename from src/chunks.jl rename to src/types.jl