From b646ba39142c95df2b5435ccaccb2818a78064da Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 20 Jan 2025 08:51:17 +1100 Subject: [PATCH 1/2] Updates to Course Book --- .github/workflows/cache.yml | 2 +- lectures/_static/quant-econ.bib | 9 +++++++++ lectures/_toc.yml | 8 +++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 41a3581..51e5bb5 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -23,7 +23,7 @@ jobs: - name: Build HTML shell: bash -l {0} run: | - jb build lectures --path-output ./ -W --keep-going + jb build lectures --path-output ./ - name: Upload Execution Reports uses: actions/upload-artifact@v4 if: failure() diff --git a/lectures/_static/quant-econ.bib b/lectures/_static/quant-econ.bib index b71c643..c109c58 100644 --- a/lectures/_static/quant-econ.bib +++ b/lectures/_static/quant-econ.bib @@ -3,6 +3,15 @@ Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/ ### +@article{sargent1973stability, + title={The stability of models of money and growth with perfect foresight}, + author={Sargent, Thomas J and Wallace, Neil}, + journal={Econometrica: Journal of the Econometric Society}, + pages={1043--1048}, + year={1973}, + publisher={JSTOR} +} + @book{intriligator2002mathematical, title={Mathematical optimization and economic theory}, author={Intriligator, Michael D}, diff --git a/lectures/_toc.yml b/lectures/_toc.yml index ef3be04..1944210 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -2,21 +2,20 @@ format: jb-book root: intro parts: - caption: Linear Quadratic Control - numbered: false + numbered: true chapters: - file: lqcontrol - file: lagrangian_lqdp - file: cross_product_trick - - caption: Applications - numbered: false + numbered: true chapters: - file: perm_income - file: perm_income_cons - file: lq_inventories - file: markov_perf - caption: More Applications -# numbered: false +numbered: true chapters: - file: cons_news - file: smoothing @@ -26,7 +25,6 @@ parts: - file: calvo - file: calvo_abreu - caption: Other - numbered: false chapters: - file: zreferences - file: status \ No newline at end of file From 3c39fed44d99ebfc5f87fcaf6d7644fd10d70e89 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 20 Jan 2025 09:18:49 +1100 Subject: [PATCH 2/2] enable False numbering for all sections --- lectures/_toc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 1944210..ae7f9ce 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -1,21 +1,20 @@ format: jb-book root: intro +options: + numbered: False parts: - caption: Linear Quadratic Control - numbered: true chapters: - file: lqcontrol - file: lagrangian_lqdp - file: cross_product_trick - caption: Applications - numbered: true chapters: - file: perm_income - file: perm_income_cons - file: lq_inventories - file: markov_perf - caption: More Applications -numbered: true chapters: - file: cons_news - file: smoothing