Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Admonitions for Migrated Lectures #340

Merged
merged 9 commits into from
Feb 4, 2024
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
Loading