Skip to content

Commit

Permalink
Add Admonitions for Migrated Lectures (#340)
Browse files Browse the repository at this point in the history
* update admonitions for migrated lectures

* update migration admonition for schelling

* remove contents tags

* migrate complex_and_trig lecture

* update migration taf for scalar_dynam

* update config and intersphinx

* merge main and fix pv intersphinx
  • Loading branch information
HumphreyYang authored Feb 4, 2024
1 parent 7a4d57d commit dfd749d
Show file tree
Hide file tree
Showing 9 changed files with 586 additions and 4 deletions.
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

0 comments on commit dfd749d

Please sign in to comment.