From 3a452b58df3dd4a7e516741e019ba17e60fed047 Mon Sep 17 00:00:00 2001 From: Humphrey Yang Date: Fri, 3 Mar 2023 10:00:48 +1100 Subject: [PATCH 1/2] update business cycle --- environment.yml | 2 ++ {in-work => lectures}/ business_cycle.md | 0 2 files changed, 2 insertions(+) rename {in-work => lectures}/ business_cycle.md (100%) diff --git a/environment.yml b/environment.yml index 5f05f8be9..49ab356f0 100644 --- a/environment.yml +++ b/environment.yml @@ -19,6 +19,8 @@ dependencies: - array-to-latex - prettytable - graphviz + - wbgapi + - imfpy # Sandpit Requirements # - PuLP # - cvxpy diff --git a/in-work/ business_cycle.md b/lectures/ business_cycle.md similarity index 100% rename from in-work/ business_cycle.md rename to lectures/ business_cycle.md From 91e8d9b626d8ace984c145e5654f18b99a566f15 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 3 Mar 2023 10:28:36 +1100 Subject: [PATCH 2/2] fix space in filename and add to _toc.yml --- lectures/_toc.yml | 1 + lectures/{ business_cycle.md => business_cycle.md} | 0 2 files changed, 1 insertion(+) rename lectures/{ business_cycle.md => business_cycle.md} (100%) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 8feeadd5f..def7c152e 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -6,6 +6,7 @@ parts: chapters: - file: about - file: long_run_growth + - file: business_cycle - file: inequality - caption: Tools & Techniques numbered: true diff --git a/lectures/ business_cycle.md b/lectures/business_cycle.md similarity index 100% rename from lectures/ business_cycle.md rename to lectures/business_cycle.md