Skip to content

Commit 94e1f42

Browse files
mmckythomassargent30shizejin
authored
ENH: Tom august updates to cass_coopmans_I (#402)
* Tom's first Aug 5 edits of the cass_koopmans1 lecture and the bib file * Tom's second Aug 5 edits of Cass Koopmans lecture * Zejin's Aug. 6 edits * Tom's Aug 6 edits of Cass Koopmans 1 lecture * minor updates and adjustments * update docker container * switch to using our github based container registery * re-enablele build cache from 404 * move code-block above numref * try having stable manifold references after the figure is generated. * try having stable manifold references after the figure is generated. * Revert "try having stable manifold references after the figure is generated." This reverts commit e33272c. * Revert "try having stable manifold references after the figure is generated." This reverts commit 1956930. * Revert "move code-block above numref" This reverts commit 32462a3. * convert numref to ref for code generated image * Revert "convert numref to ref for code generated image" This reverts commit 49d8437. * convert stable_manifold figure to figure directive for now * remove duplicate label * enable numfig=true * restore to code generated figure and reset to numref as should work * enable a full build * alternative link syntax * Revert "alternative link syntax" This reverts commit 49ceec3. * Revert "enable a full build" This reverts commit 664aff5. --------- Co-authored-by: thomassargent30 <[email protected]> Co-authored-by: zejin <[email protected]>
1 parent 7a2dbdd commit 94e1f42

File tree

5 files changed

+228
-49
lines changed

5 files changed

+228
-49
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- name: Display Pip Versions
2121
shell: bash -l {0}
2222
run: pip list
23-
# - name: Download "build" folder (cache)
24-
# uses: dawidd6/action-download-artifact@v2
25-
# with:
26-
# workflow: cache.yml
27-
# branch: main
28-
# name: build-cache
29-
# path: _build
23+
- name: Download "build" folder (cache)
24+
uses: dawidd6/action-download-artifact@v2
25+
with:
26+
workflow: cache.yml
27+
branch: main
28+
name: build-cache
29+
path: _build
3030
# Build Assets (Download Notebooks and PDF via LaTeX)
3131
- name: Build Download Notebooks (sphinx-tojupyter)
3232
shell: bash -l {0}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
_build/
33
lectures/_build/
4+
.ipynb_checkpoints/
5+
.virtual_documents/
Loading

lectures/_static/quant-econ.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/
44
###
55
6+
@book{intriligator2002mathematical,
7+
title={Mathematical optimization and economic theory},
8+
author={Intriligator, Michael D},
9+
year={2002},
10+
publisher={SIAM}
11+
}
12+
613
@article{wallis1980statistical,
714
title={The statistical research group, 1942--1945},
815
author={Wallis, W Allen},

0 commit comments

Comments
 (0)