From d42695b3f9c5a842e648f4ce16dd54cc6c5bbe92 Mon Sep 17 00:00:00 2001 From: Pablo Winant Date: Thu, 14 Dec 2023 21:44:58 +0100 Subject: [PATCH] Cancelled change of names. --- README.md | 12 +++++++++++- {docs/pdf => pdf}/day_1_1_intro.pdf | Bin {docs/pdf => pdf}/day_1_2_recursive_sequences.pdf | Bin {docs/pdf => pdf}/day_1_3_maximization.pdf | Bin {docs => web}/day_1_1_intro.html | 0 {docs => web}/day_1_2_recursive_sequences.html | 0 {docs => web}/day_1_3_maximization.html | 0 7 files changed, 11 insertions(+), 1 deletion(-) rename {docs/pdf => pdf}/day_1_1_intro.pdf (100%) rename {docs/pdf => pdf}/day_1_2_recursive_sequences.pdf (100%) rename {docs/pdf => pdf}/day_1_3_maximization.pdf (100%) rename {docs => web}/day_1_1_intro.html (100%) rename {docs => web}/day_1_2_recursive_sequences.html (100%) rename {docs => web}/day_1_3_maximization.html (100%) diff --git a/README.md b/README.md index da4ae43..5858ba9 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# african_econometric_society_2023 \ No newline at end of file +# african_econometric_society_2023 + +Discussion [forum](https://matrix.to/#/!dCHdnkgPktjaxeNUZT:gitter.im) (for installation issues) + +Download links for the notebooks: + +- Day 1 + - Introduction (pdf, html) + - Convergence of Sequences (pdf, html) + - Optimisation (pdf, html) + diff --git a/docs/pdf/day_1_1_intro.pdf b/pdf/day_1_1_intro.pdf similarity index 100% rename from docs/pdf/day_1_1_intro.pdf rename to pdf/day_1_1_intro.pdf diff --git a/docs/pdf/day_1_2_recursive_sequences.pdf b/pdf/day_1_2_recursive_sequences.pdf similarity index 100% rename from docs/pdf/day_1_2_recursive_sequences.pdf rename to pdf/day_1_2_recursive_sequences.pdf diff --git a/docs/pdf/day_1_3_maximization.pdf b/pdf/day_1_3_maximization.pdf similarity index 100% rename from docs/pdf/day_1_3_maximization.pdf rename to pdf/day_1_3_maximization.pdf diff --git a/docs/day_1_1_intro.html b/web/day_1_1_intro.html similarity index 100% rename from docs/day_1_1_intro.html rename to web/day_1_1_intro.html diff --git a/docs/day_1_2_recursive_sequences.html b/web/day_1_2_recursive_sequences.html similarity index 100% rename from docs/day_1_2_recursive_sequences.html rename to web/day_1_2_recursive_sequences.html diff --git a/docs/day_1_3_maximization.html b/web/day_1_3_maximization.html similarity index 100% rename from docs/day_1_3_maximization.html rename to web/day_1_3_maximization.html