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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Display Pip Versions
shell: bash -l {0}
run: pip list
- name: Download "build" folder (cache)
uses: dawidd6/action-download-artifact@v2
with:
workflow: cache.yml
branch: main
name: build-cache
path: _build
# - name: Download "build" folder (cache)
# uses: dawidd6/action-download-artifact@v2
# with:
# workflow: cache.yml
# branch: main
# name: build-cache
# path: _build
# Build Assets (Download Notebooks and PDF via LaTeX)
# - name: Build PDF from LaTeX
# shell: bash -l {0}
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
rm -r _build/.doctrees
# rm -r _build/.doctrees
jb build lectures --path-output ./ -W --keep-going
- name: Upload Execution Reports (HTML)
uses: actions/upload-artifact@v2
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
- anaconda=2022.10
- pip
- pip:
- jupyter-book==0.13.2
- quantecon-book-theme==0.3.2
- sphinx-tojupyter==0.2.1
- jupyter-book==0.14.0
# - quantecon-book-theme==0.3.2
# - sphinx-tojupyter==0.2.1
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
- sphinx-proof==0.1.3
Expand Down
18 changes: 9 additions & 9 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx_proof] # sphinx_tojupyter
config:
html_favicon: _static/lectures-favicon.ico
html_theme: quantecon_book_theme
html_theme: sphinx_book_theme
html_static_path: ['_static']
html_theme_options:
header_organisation_url: https://quantecon.org
header_organisation: QuantEcon
# header_organisation_url: https://quantecon.org
# header_organisation: QuantEcon
repository_url: https://github.com/QuantEcon/lecture-python-intro
nb_repository_url: https://github.com/QuantEcon/lecture-python-intro.notebooks
twitter: quantecon
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
# nb_repository_url: https://github.com/QuantEcon/lecture-python-intro.notebooks
# twitter: quantecon
# twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
# og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
# description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.
# keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
# analytics:
# google_analytics_id: UA-54984338-9
launch_buttons:
Expand Down
2 changes: 2 additions & 0 deletions lectures/inequality.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ plt.title("Gini coefficients of US income data")
plt.show()
```

**TEST ===>** Here is a {ref}`gini_us` and a {numref}`gini_us`

We see that, by this measure, inequality in wealth and income has risen
substantially since 1980.

Expand Down