From 8f295b8bc6aff2a3ba2621757d2868896eeb8368 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Sat, 12 Feb 2022 15:17:30 +0100 Subject: [PATCH] move script creating json to a separate folder --- {data => scripts/create_json}/Manifest.toml | 0 {data => scripts/create_json}/Project.toml | 0 {data => scripts/create_json}/create_json.jl | 0 {data => scripts/create_json}/parse_presentations.jl | 0 {data => scripts/create_json}/smallhyperbolicgrp.jl | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {data => scripts/create_json}/Manifest.toml (100%) rename {data => scripts/create_json}/Project.toml (100%) rename {data => scripts/create_json}/create_json.jl (100%) rename {data => scripts/create_json}/parse_presentations.jl (100%) rename {data => scripts/create_json}/smallhyperbolicgrp.jl (100%) diff --git a/data/Manifest.toml b/scripts/create_json/Manifest.toml similarity index 100% rename from data/Manifest.toml rename to scripts/create_json/Manifest.toml diff --git a/data/Project.toml b/scripts/create_json/Project.toml similarity index 100% rename from data/Project.toml rename to scripts/create_json/Project.toml diff --git a/data/create_json.jl b/scripts/create_json/create_json.jl similarity index 100% rename from data/create_json.jl rename to scripts/create_json/create_json.jl diff --git a/data/parse_presentations.jl b/scripts/create_json/parse_presentations.jl similarity index 100% rename from data/parse_presentations.jl rename to scripts/create_json/parse_presentations.jl diff --git a/data/smallhyperbolicgrp.jl b/scripts/create_json/smallhyperbolicgrp.jl similarity index 100% rename from data/smallhyperbolicgrp.jl rename to scripts/create_json/smallhyperbolicgrp.jl