Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/collab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Build Software
shell: bash -l {0}
run: |
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
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
# Build of HTML (Execution Testing)
- name: Build HTML
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ latex:
targetname: quantecon-python.tex

sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects]
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]
config:
# false-positive links
linkcheck_ignore: ['https://online.stat.psu.edu/stat415/book/export/html/834']
Expand Down
11 changes: 11 additions & 0 deletions lectures/_static/quant-econ.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2547,4 +2547,15 @@ @book{auerbach1987dynamic
publisher = {Cambridge University Press},
address = {Cambridge},
year = {1987}
}

@article{hall1971dynamic,
title={The dynamic effects of fiscal policy in an economy with foresight},
author={Hall, Robert E},
journal={The Review of Economic Studies},
volume={38},
number={2},
pages={229--244},
year={1971},
publisher={Wiley-Blackwell}
}
1 change: 1 addition & 0 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ parts:
chapters:
- file: cass_koopmans_1
- file: cass_koopmans_2
- file: cass_fiscal
- file: ak2
- file: cake_eating_problem
- file: cake_eating_numerical
Expand Down
Loading