From f3ddaa26da3f35c6b7e48dbbd73cbc02f9f657ef Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Mar 2024 17:41:54 +1100 Subject: [PATCH 1/3] MAINT: upgrade anaconda, README, and status --- README.md | 18 ++++++++++++++++-- environment.yml | 4 +--- lectures/_config.yml | 1 + 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8afc3b5..6733219 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# lecture-eqm +# Equilibrium Models + +This website presents a set of lectures on equilibrium economic models. + +## Jupyter notebooks + +Jupyter notebook versions of each lecture are available for download +via the website. + +## Contributions + +To comment on the lectures please add to or open an issue in the issue tracker (see above). + +We welcome pull requests! + +Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style. -Equilibrium Models diff --git a/environment.yml b/environment.yml index 8571e57..b26998d 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - default dependencies: - python=3.11 - - anaconda=2023.09 + - anaconda=2024.02 - pip - pip: - jupyter-book==0.15.1 @@ -18,5 +18,3 @@ dependencies: - sphinx-togglebutton==0.3.2 - arviz==0.13.0 - kaleido - # Docker Requirements - - pytz diff --git a/lectures/_config.yml b/lectures/_config.yml index 1074c9d..c0b422b 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -34,6 +34,7 @@ latex: sphinx: extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects] config: + bibtex_reference_style: author_year nb_mime_priority_overrides: [ # HTML ['html', 'application/vnd.jupyter.widget-view+json', 10], From f47d6f447cde6b02a5e1aa65b8cc92e3635ab82c Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Mar 2024 17:47:49 +1100 Subject: [PATCH 2/3] tmp: disable build cache --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99561bb..5759f84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v3 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + # - name: Download "build" folder (cache) + # uses: dawidd6/action-download-artifact@v3 + # with: + # workflow: cache.yml + # branch: main + # name: build-cache + # path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build PDF from LaTeX shell: bash -l {0} From 2fb9c1d4ea8b505820e5a58902d7ab0efe9ed6e9 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 30 Apr 2024 11:30:01 +1000 Subject: [PATCH 3/3] re-enable build cache --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5759f84..99561bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - # - name: Download "build" folder (cache) - # uses: dawidd6/action-download-artifact@v3 - # with: - # workflow: cache.yml - # branch: main - # name: build-cache - # path: _build + - name: Download "build" folder (cache) + uses: dawidd6/action-download-artifact@v3 + with: + workflow: cache.yml + branch: main + name: build-cache + path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build PDF from LaTeX shell: bash -l {0}