Skip to content

Commit

Permalink
Merge branch 'main' into update_geom_series
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Oct 11, 2024
2 parents 8157577 + 905b7f9 commit 5c5a86a
Show file tree
Hide file tree
Showing 32 changed files with 696 additions and 1,697 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/collab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Build Software
shell: bash -l {0}
run: |
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.1 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx_proof==0.1.3
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx_proof==0.2.0 sphinx_reredirects==0.1.3
# Build of HTML (Execution Testing)
- name: Build HTML
shell: bash -l {0}
Expand Down
7 changes: 4 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ channels:
- conda-forge
dependencies:
- python=3.11
- anaconda=2024.02
- anaconda=2024.06
- pip
- pip:
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.7.1
- quantecon-book-theme==0.7.2
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
- sphinx-proof==0.1.3
- sphinx-proof==0.2.0
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.1.0
- sphinx-togglebutton==0.3.1
- sphinx_reredirects==0.1.3
# Sandpit Requirements
# - PuLP
# - cvxpy
Expand Down
8 changes: 5 additions & 3 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ latex:
targetname: quantecon-python-intro.tex

sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter, sphinx_reredirects]
config:
bibtex_reference_style: author_year
# false-positive links
Expand All @@ -45,6 +45,7 @@ sphinx:
width: 80%
nb_code_prompt_show: "Show {type}"
suppress_warnings: [mystnb.unknown_mime_type, myst.domains]
proof_minimal_theme: true
# -------------
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
Expand All @@ -70,8 +71,6 @@ sphinx:
analytics:
google_analytics_id: G-QDS1YRJNGM
launch_buttons:
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
colab_url : https://colab.research.google.com
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
intersphinx_mapping:
Expand Down Expand Up @@ -110,6 +109,9 @@ sphinx:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
rediraffe_redirects:
index_toc.md: intro.md
# Remote Redirects
redirects:
ak2: https://python.quantecon.org/ak2.html
tojupyter_static_file_path: ["_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://intro.quantecon.org/"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions lectures/_static/quant-econ.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/
###
@book{russell2004history,
title={History of western philosophy},
author={Russell, Bertrand},
year={2004},
publisher={Routledge}
}

@article{north1989,
title={Constitutions and commitment: the evolution of institutions governing public choice in seventeenth-century England},
author={North, Douglass C and Weingast, Barry R},
journal={The journal of economic history},
volume={49},
number={4},
pages={803--832},
year={1989},
publisher={Cambridge University Press}
}

@incollection{keynes1940pay,
title={How to Pay for the War},
author={Keynes, John Maynard},
Expand Down
1 change: 0 additions & 1 deletion lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ parts:
- file: unpleasant
- file: money_inflation_nonlinear
- file: laffer_adaptive
- file: ak2
- caption: Stochastic Dynamics
numbered: true
chapters:
Expand Down
Loading

0 comments on commit 5c5a86a

Please sign in to comment.