Skip to content

Commit 147d10f

Browse files
authored
ENH: move inflation_history to economic data (#370)
* 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
1 parent 2ba4b2d commit 147d10f

File tree

3 files changed

+219
-180
lines changed

3 files changed

+219
-180
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Setup Anaconda
10-
uses: conda-incubator/setup-miniconda@v2
10+
uses: conda-incubator/setup-miniconda@v3
1111
with:
1212
auto-update-conda: true
1313
auto-activate-base: true
@@ -72,7 +72,7 @@ jobs:
7272
name: execution-reports
7373
path: _build/html/reports
7474
- name: Preview Deploy to Netlify
75-
uses: nwtgck/actions-netlify@v1.1
75+
uses: nwtgck/actions-netlify@v2
7676
with:
7777
publish-dir: '_build/html/'
7878
production-branch: main

lectures/_toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ parts:
1010
chapters:
1111
- file: long_run_growth
1212
- file: business_cycle
13+
- file: inflation_history
1314
- file: inequality
1415
- caption: Essential Tools
1516
numbered: true
@@ -24,7 +25,6 @@ parts:
2425
- file: pv
2526
- file: cons_smooth
2627
- file: equalizing_difference
27-
- file: inflation_history
2828
- file: cagan_ree
2929
- file: cagan_adaptive
3030
- file: geom_series

0 commit comments

Comments
 (0)