Skip to content

Commit 3fecde8

Browse files
committed
Merge branch 'main' into add-networks
2 parents 6935faf + 04da5c8 commit 3fecde8

15 files changed

+2558
-1006
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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()

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
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)