Skip to content
27 changes: 26 additions & 1 deletion 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_proof, sphinx_tojupyter]
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
config:
# false-positive links
linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116']
Expand Down Expand Up @@ -68,6 +68,31 @@ sphinx:
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:
pyprog:
- https://python-programming.quantecon.org/
- null
intro:
- https://intro.quantecon.org/
- null
dle:
- https://quantecon.github.io/lecture-dle/
- null
dps:
- https://quantecon.github.io/lecture-dps/
- null
eqm:
- https://quantecon.github.io/lecture-eqm/
- null
stats:
- https://quantecon.github.io/lecture-stats/
- null
tools:
- https://quantecon.github.io/lecture-tools-techniques/
- null
dynam:
- https://quantecon.github.io/lecture-dynamics/
- null
mathjax3_config:
tex:
macros:
Expand Down
1 change: 1 addition & 0 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parts:
- caption: Essential Tools
numbered: true
chapters:
- file: complex_and_trig
- file: linear_equations
- file: eigen_I
- file: intro_supply_demand
Expand Down
Loading