Skip to content

Commit

Permalink
Merge pull request #6 from QuantEcon/update_config
Browse files Browse the repository at this point in the history
Update Intersphinx Syntax
  • Loading branch information
mmcky authored Jan 29, 2024
2 parents d4f6972 + d83d1ba commit bc6c2cd
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,28 @@ sphinx:

launch_buttons:
colab_url : https://colab.research.google.com
intersphinx_mapping: {
'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]
}
intersphinx_mapping:
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

0 comments on commit bc6c2cd

Please sign in to comment.