Skip to content

Commit 9f533e4

Browse files
committed
Merge branch 'main' into split-markov
2 parents 63c3553 + c148a69 commit 9f533e4

17 files changed

+2563
-1011
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
auto-update-conda: true
1616
auto-activate-base: true
1717
miniconda-version: 'latest'
18-
python-version: 3.9
18+
python-version: "3.10"
1919
environment-file: environment.yml
2020
activate-environment: quantecon
2121
# - name: Install latex dependencies

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
auto-update-conda: true
1313
auto-activate-base: true
1414
miniconda-version: 'latest'
15-
python-version: 3.9
15+
python-version: "3.10"
1616
environment-file: environment.yml
1717
activate-environment: quantecon
1818
- name: Graphics Support
@@ -64,7 +64,7 @@ jobs:
6464
shell: bash -l {0}
6565
run: |
6666
rm -r _build/.doctrees
67-
jb build lectures --path-output ./ -W --keep-going
67+
jb build lectures --path-output ./ -nW --keep-going
6868
- name: Upload Execution Reports (HTML)
6969
uses: actions/upload-artifact@v2
7070
if: failure()

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
auto-update-conda: true
1717
auto-activate-base: true
1818
miniconda-version: 'latest'
19-
python-version: 3.9
19+
python-version: "3.10"
2020
environment-file: environment.yml
2121
activate-environment: quantecon
2222
# - name: Install latex dependencies

environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.9
6-
- anaconda=2022.10
5+
- python=3.10
6+
- anaconda=2023.03
77
- pip
88
- pip:
99
- jupyter-book==0.15.1
10-
# - quantecon-book-theme==0.3.2
11-
# - sphinx-tojupyter==0.2.1
10+
- quantecon-book-theme==0.4.1
11+
- sphinx-tojupyter==0.3.0
1212
- sphinxext-rediraffe==0.2.7
1313
- sphinx-exercise==0.4.1
1414
- sphinx-proof==0.1.3

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sphinx:
3636
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx_proof] # sphinx_tojupyter
3737
config:
3838
html_favicon: _static/lectures-favicon.ico
39-
html_theme: sphinx_book_theme
39+
html_theme: quantecon_book_theme
4040
html_static_path: ['_static']
4141
html_theme_options:
4242
# header_organisation_url: https://quantecon.org

lectures/_toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ parts:
88
- file: long_run_growth
99
- file: business_cycle
1010
- file: inequality
11+
- caption: Supply and Demand
12+
numbered: true
13+
chapters:
14+
- file: intro_supply_demand
15+
- file: supply_demand_multiple_goods
16+
- file: supply_demand_heterogeneity
17+
- file: input_output
1118
- caption: Tools & Techniques
1219
numbered: true
1320
chapters:
@@ -31,6 +38,7 @@ parts:
3138
- file: schelling
3239
- file: solow
3340
- file: cobweb
41+
- file: lake_model
3442
- file: olg
3543
- caption: Other
3644
numbered: true

0 commit comments

Comments
 (0)