Skip to content

Commit

Permalink
ENH: move inflation_history to economic data (#370)
Browse files Browse the repository at this point in the history
* move inflation_history to economic data

* @mmcky edits and review

* update to incorporate feedback in #371

* MAINT: update action versions for ci

* minor edits and set standard figsize

* use figsize from qe manual

* adjust figsize,font globally and remove embedded figure text

* clean up old scale

* reformat doc references to use titles

* @mmcky final edit

* update reference to figure

* fix fraction

* FIX: add back in xlrd

* incorporate round 2 feedback from @jstac

* fix missing word

* fix github link

* update lw=2 for more vivid lines in figures

* adjust within figure text to be in QuantEcon style

* simplfiy matplotlib config + migrate fig text to labels
  • Loading branch information
mmcky authored Feb 16, 2024
1 parent 2ba4b2d commit 147d10f
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 180 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Anaconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
auto-activate-base: true
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: execution-reports
path: _build/html/reports
- name: Preview Deploy to Netlify
uses: nwtgck/actions-netlify@v1.1
uses: nwtgck/actions-netlify@v2
with:
publish-dir: '_build/html/'
production-branch: main
Expand Down
2 changes: 1 addition & 1 deletion lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parts:
chapters:
- file: long_run_growth
- file: business_cycle
- file: inflation_history
- file: inequality
- caption: Essential Tools
numbered: true
Expand All @@ -24,7 +25,6 @@ parts:
- file: pv
- file: cons_smooth
- file: equalizing_difference
- file: inflation_history
- file: cagan_ree
- file: cagan_adaptive
- file: geom_series
Expand Down
Loading

0 comments on commit 147d10f

Please sign in to comment.