Skip to content

Commit 9ea8fb8

Browse files
Merge branch 'main' of https://github.com/QuantEcon/lecture-python-intro into supply_demand
2 parents 1162107 + b7b439d commit 9ea8fb8

File tree

7 files changed

+1071
-664
lines changed

7 files changed

+1071
-664
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cp _build/jupyter/*.ipynb _build/lecture-python-intro.notebooks
103103
ls -a _build/lecture-python-intro.notebooks
104104
- name: Commit latest notebooks to lecture-python-intro.notebooks
105-
uses: cpina/github-action-push-to-another-repository@master
105+
uses: cpina/github-action-push-to-another-repository@main
106106
env:
107107
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
108108
with:

_notebook_repo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# lecture-python.notebooks
1+
# lecture-python-intro.notebooks
22

33
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/lecture-python-intro.notebooks/master)
44

5-
<!-- Notebooks for https://python.quantecon.org -->
5+
<!-- Notebooks for https://python-intro.quantecon.org -->
66

77
**Note:** This README should be edited [here](https://github.com/quantecon/lecture-python-intro/_notebook_repo)

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip:
99
- jupyter-book==0.15.1
1010
- docutils==0.17.1
11-
- quantecon-book-theme==0.4.1
11+
- quantecon-book-theme==0.4.2
1212
- sphinx-tojupyter==0.3.0
1313
- sphinxext-rediraffe==0.2.7
1414
- sphinx-exercise==0.4.1

lectures/_static/quant-econ.bib

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/
44
###
55
6+
@article{samuelson1958exact,
7+
title={An exact consumption-loan model of interest with or without the social contrivance of money},
8+
author={Samuelson, Paul A},
9+
journal={Journal of political economy},
10+
volume={66},
11+
number={6},
12+
pages={467--482},
13+
year={1958},
14+
publisher={The University of Chicago Press}
15+
}
16+
17+
618
@article{sargent2023economic,
719
title={Economic Networks: Theory and Computation},
820
author={Sargent, Thomas J and Stachurski, John},
@@ -2624,4 +2636,4 @@ @article{imampolitical
26242636
author={Imam, Patrick and Temple, Jonathan RW},
26252637
year={2023},
26262638
journal={IMF Working Paper}
2627-
}
2639+
}

0 commit comments

Comments
 (0)