From d69ab83952155003d9fe61d914c3a7202878151a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 8 Oct 2021 16:37:35 +0200 Subject: [PATCH] rename packages folder to 'src' since it now includes classes as well --- build.py | 2 +- {packages => src}/environments/fancythm.pysty | 0 {packages => src}/environments/thmstyle.pysty | 0 {packages => src}/lecture-notes/lectures.pysty | 0 {packages => src}/lecture-notes/script.pycls | 0 {packages => src}/math/faktor.pysty | 0 {packages => src}/math/math.pysty | 0 {packages => src}/math/mathalias.pysty | 0 {packages => src}/math/mathfig.pysty | 0 {packages => src}/math/mathfixes.pysty | 0 {packages => src}/math/mathfont.pysty | 0 {packages => src}/math/mathop.pysty | 0 {packages => src}/math/mathsymb.pysty | 0 {packages => src}/math/unicodechar.pysty | 0 {packages => src}/misc/hypersetup.pysty | 0 {packages => src}/misc/incfig.pysty | 0 {packages => src}/misc/vocab.pysty | 0 {packages => src}/utils/counters.pysty | 0 {packages => src}/utils/findpackage.pysty | 0 {packages => src}/wip/bibliography.pysty | 0 {packages => src}/wip/enumerate.pysty | 0 {packages => src}/wip/exsheet.pysty | 0 {packages => src}/wip/figures.pysty | 0 {packages => src}/wip/gag.pysty | 0 {packages => src}/wip/lang-input.pysty | 0 {packages => src}/wip/proof.pysty | 0 {packages => src}/wip/removed.pysty | 0 {packages => src}/wip/restate.pysty | 0 28 files changed, 1 insertion(+), 1 deletion(-) rename {packages => src}/environments/fancythm.pysty (100%) rename {packages => src}/environments/thmstyle.pysty (100%) rename {packages => src}/lecture-notes/lectures.pysty (100%) rename {packages => src}/lecture-notes/script.pycls (100%) rename {packages => src}/math/faktor.pysty (100%) rename {packages => src}/math/math.pysty (100%) rename {packages => src}/math/mathalias.pysty (100%) rename {packages => src}/math/mathfig.pysty (100%) rename {packages => src}/math/mathfixes.pysty (100%) rename {packages => src}/math/mathfont.pysty (100%) rename {packages => src}/math/mathop.pysty (100%) rename {packages => src}/math/mathsymb.pysty (100%) rename {packages => src}/math/unicodechar.pysty (100%) rename {packages => src}/misc/hypersetup.pysty (100%) rename {packages => src}/misc/incfig.pysty (100%) rename {packages => src}/misc/vocab.pysty (100%) rename {packages => src}/utils/counters.pysty (100%) rename {packages => src}/utils/findpackage.pysty (100%) rename {packages => src}/wip/bibliography.pysty (100%) rename {packages => src}/wip/enumerate.pysty (100%) rename {packages => src}/wip/exsheet.pysty (100%) rename {packages => src}/wip/figures.pysty (100%) rename {packages => src}/wip/gag.pysty (100%) rename {packages => src}/wip/lang-input.pysty (100%) rename {packages => src}/wip/proof.pysty (100%) rename {packages => src}/wip/removed.pysty (100%) rename {packages => src}/wip/restate.pysty (100%) diff --git a/build.py b/build.py index c61e709..888ec9a 100644 --- a/build.py +++ b/build.py @@ -32,7 +32,7 @@ def build_details(): def build(build_dir: str): - input_root = Path('./packages').resolve() + input_root = Path('./src').resolve() output = input_root / build_dir print('[PyTeX] Getting git repository information...') extra_header, repo_description = build_details() diff --git a/packages/environments/fancythm.pysty b/src/environments/fancythm.pysty similarity index 100% rename from packages/environments/fancythm.pysty rename to src/environments/fancythm.pysty diff --git a/packages/environments/thmstyle.pysty b/src/environments/thmstyle.pysty similarity index 100% rename from packages/environments/thmstyle.pysty rename to src/environments/thmstyle.pysty diff --git a/packages/lecture-notes/lectures.pysty b/src/lecture-notes/lectures.pysty similarity index 100% rename from packages/lecture-notes/lectures.pysty rename to src/lecture-notes/lectures.pysty diff --git a/packages/lecture-notes/script.pycls b/src/lecture-notes/script.pycls similarity index 100% rename from packages/lecture-notes/script.pycls rename to src/lecture-notes/script.pycls diff --git a/packages/math/faktor.pysty b/src/math/faktor.pysty similarity index 100% rename from packages/math/faktor.pysty rename to src/math/faktor.pysty diff --git a/packages/math/math.pysty b/src/math/math.pysty similarity index 100% rename from packages/math/math.pysty rename to src/math/math.pysty diff --git a/packages/math/mathalias.pysty b/src/math/mathalias.pysty similarity index 100% rename from packages/math/mathalias.pysty rename to src/math/mathalias.pysty diff --git a/packages/math/mathfig.pysty b/src/math/mathfig.pysty similarity index 100% rename from packages/math/mathfig.pysty rename to src/math/mathfig.pysty diff --git a/packages/math/mathfixes.pysty b/src/math/mathfixes.pysty similarity index 100% rename from packages/math/mathfixes.pysty rename to src/math/mathfixes.pysty diff --git a/packages/math/mathfont.pysty b/src/math/mathfont.pysty similarity index 100% rename from packages/math/mathfont.pysty rename to src/math/mathfont.pysty diff --git a/packages/math/mathop.pysty b/src/math/mathop.pysty similarity index 100% rename from packages/math/mathop.pysty rename to src/math/mathop.pysty diff --git a/packages/math/mathsymb.pysty b/src/math/mathsymb.pysty similarity index 100% rename from packages/math/mathsymb.pysty rename to src/math/mathsymb.pysty diff --git a/packages/math/unicodechar.pysty b/src/math/unicodechar.pysty similarity index 100% rename from packages/math/unicodechar.pysty rename to src/math/unicodechar.pysty diff --git a/packages/misc/hypersetup.pysty b/src/misc/hypersetup.pysty similarity index 100% rename from packages/misc/hypersetup.pysty rename to src/misc/hypersetup.pysty diff --git a/packages/misc/incfig.pysty b/src/misc/incfig.pysty similarity index 100% rename from packages/misc/incfig.pysty rename to src/misc/incfig.pysty diff --git a/packages/misc/vocab.pysty b/src/misc/vocab.pysty similarity index 100% rename from packages/misc/vocab.pysty rename to src/misc/vocab.pysty diff --git a/packages/utils/counters.pysty b/src/utils/counters.pysty similarity index 100% rename from packages/utils/counters.pysty rename to src/utils/counters.pysty diff --git a/packages/utils/findpackage.pysty b/src/utils/findpackage.pysty similarity index 100% rename from packages/utils/findpackage.pysty rename to src/utils/findpackage.pysty diff --git a/packages/wip/bibliography.pysty b/src/wip/bibliography.pysty similarity index 100% rename from packages/wip/bibliography.pysty rename to src/wip/bibliography.pysty diff --git a/packages/wip/enumerate.pysty b/src/wip/enumerate.pysty similarity index 100% rename from packages/wip/enumerate.pysty rename to src/wip/enumerate.pysty diff --git a/packages/wip/exsheet.pysty b/src/wip/exsheet.pysty similarity index 100% rename from packages/wip/exsheet.pysty rename to src/wip/exsheet.pysty diff --git a/packages/wip/figures.pysty b/src/wip/figures.pysty similarity index 100% rename from packages/wip/figures.pysty rename to src/wip/figures.pysty diff --git a/packages/wip/gag.pysty b/src/wip/gag.pysty similarity index 100% rename from packages/wip/gag.pysty rename to src/wip/gag.pysty diff --git a/packages/wip/lang-input.pysty b/src/wip/lang-input.pysty similarity index 100% rename from packages/wip/lang-input.pysty rename to src/wip/lang-input.pysty diff --git a/packages/wip/proof.pysty b/src/wip/proof.pysty similarity index 100% rename from packages/wip/proof.pysty rename to src/wip/proof.pysty diff --git a/packages/wip/removed.pysty b/src/wip/removed.pysty similarity index 100% rename from packages/wip/removed.pysty rename to src/wip/removed.pysty diff --git a/packages/wip/restate.pysty b/src/wip/restate.pysty similarity index 100% rename from packages/wip/restate.pysty rename to src/wip/restate.pysty