From 10984c5d0f7d845f85681bafafa5193cb483909c Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 20 Feb 2024 15:12:12 +1100 Subject: [PATCH 1/5] ENH: split linear dynamics into two parts --- lectures/_toc.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index a9e5b70e..aea50466 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -17,9 +17,8 @@ parts: chapters: - file: complex_and_trig - file: linear_equations - - file: eigen_I - file: intro_supply_demand -- caption: Linear Dynamics +- caption: "Linear Dynamics: Finite Horizons" numbered: true chapters: - file: pv @@ -27,6 +26,10 @@ parts: - file: equalizing_difference - file: cagan_ree - file: cagan_adaptive +- caption: "Linear Dynamics: Infinite Horizons" + numbered: true + chapters: + - file: eigen_I - file: geom_series - caption: Probability and Distributions numbered: true From 9ff195bc803892cf173402a293520d08e6cc5427 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 20 Feb 2024 15:13:47 +1100 Subject: [PATCH 2/5] adjust order --- lectures/_toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index aea50466..97f6556f 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -29,8 +29,8 @@ parts: - caption: "Linear Dynamics: Infinite Horizons" numbered: true chapters: - - file: eigen_I - file: geom_series + - file: eigen_I - caption: Probability and Distributions numbered: true chapters: From 8fe61136101ba075029a940ea03ec3423b9e969a Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 20 Feb 2024 15:20:23 +1100 Subject: [PATCH 3/5] move intro-supply-demand to top of Essential Tools section --- lectures/_toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 97f6556f..6e3cc6d1 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -15,9 +15,9 @@ parts: - caption: Essential Tools numbered: true chapters: + - file: intro_supply_demand - file: complex_and_trig - file: linear_equations - - file: intro_supply_demand - caption: "Linear Dynamics: Finite Horizons" numbered: true chapters: From b4d6aae7a39cb698c68edad1e8c00260ae0df116 Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 21 Feb 2024 09:16:32 +1100 Subject: [PATCH 4/5] update with @jstac comments --- lectures/_toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 6e3cc6d1..3223f9a5 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -12,12 +12,12 @@ parts: - file: business_cycle - file: inflation_history - file: inequality -- caption: Essential Tools +- caption: Foundations numbered: true chapters: - file: intro_supply_demand - - file: complex_and_trig - file: linear_equations + - file: complex_and_trig - caption: "Linear Dynamics: Finite Horizons" numbered: true chapters: From 0f0f225e156991cd1c22494717353fc0ff1f88cb Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 29 Feb 2024 11:08:52 +1100 Subject: [PATCH 5/5] move geom_series back to Foundations --- lectures/_toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 3223f9a5..7ba84da9 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -18,6 +18,7 @@ parts: - file: intro_supply_demand - file: linear_equations - file: complex_and_trig + - file: geom_series - caption: "Linear Dynamics: Finite Horizons" numbered: true chapters: @@ -29,7 +30,6 @@ parts: - caption: "Linear Dynamics: Infinite Horizons" numbered: true chapters: - - file: geom_series - file: eigen_I - caption: Probability and Distributions numbered: true