Skip to content

Commit 9a6eae0

Browse files
mmckyHumphreyYangthomassargent30
authored
[cass_fiscal] Updates (#436)
* update cass_fiscal * simplify plotting function * simplify code * move code up to the equation * improve clarity of the code and algorithm * small updates to the formula * update terminology * update cass fiscal * updates * update case fiscal * update cass_fiscal * update lecture * update cass_fiscal * Tom's Dec 31 edits of cass_fiscal lecture * install sphinx-proof for google collab compat * Revert "install sphinx-proof for google collab compat" This reverts commit 0077cda. * add sphinx-proof to collab env --------- Co-authored-by: Humphrey Yang <u6474961@anu.edu.au> Co-authored-by: thomassargent30 <ts43@nyu.edu>
1 parent 07433c8 commit 9a6eae0

File tree

5 files changed

+1405
-2
lines changed

5 files changed

+1405
-2
lines changed

Diff for: .github/workflows/collab.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Build Software
3333
shell: bash -l {0}
3434
run: |
35-
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-reredirects sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0
35+
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-reredirects sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx-proof
3636
# Build of HTML (Execution Testing)
3737
- name: Build HTML
3838
shell: bash -l {0}

Diff for: lectures/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ latex:
3232
targetname: quantecon-python.tex
3333

3434
sphinx:
35-
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects]
35+
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_proof, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects]
3636
config:
3737
# false-positive links
3838
linkcheck_ignore: ['https://online.stat.psu.edu/stat415/book/export/html/834']

Diff for: lectures/_static/quant-econ.bib

+11
Original file line numberDiff line numberDiff line change
@@ -2547,4 +2547,15 @@ @book{auerbach1987dynamic
25472547
publisher = {Cambridge University Press},
25482548
address = {Cambridge},
25492549
year = {1987}
2550+
}
2551+
2552+
@article{hall1971dynamic,
2553+
title={The dynamic effects of fiscal policy in an economy with foresight},
2554+
author={Hall, Robert E},
2555+
journal={The Review of Economic Studies},
2556+
volume={38},
2557+
number={2},
2558+
pages={229--244},
2559+
year={1971},
2560+
publisher={Wiley-Blackwell}
25502561
}

Diff for: lectures/_toc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ parts:
5454
chapters:
5555
- file: cass_koopmans_1
5656
- file: cass_koopmans_2
57+
- file: cass_fiscal
5758
- file: ak2
5859
- file: cake_eating_problem
5960
- file: cake_eating_numerical

0 commit comments

Comments
 (0)