Skip to content

Commit bc6c2cd

Browse files
authored
Merge pull request #6 from QuantEcon/update_config
Update Intersphinx Syntax
2 parents d4f6972 + d83d1ba commit bc6c2cd

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

lectures/_config.yml

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,28 @@ sphinx:
9494

9595
launch_buttons:
9696
colab_url : https://colab.research.google.com
97-
intersphinx_mapping: {
98-
'intro': [https://intro.quantecon.org/, null],
99-
'dle': [https://quantecon.github.io/lecture-dle/, null],
100-
'dps': [https://quantecon.github.io/lecture-dps/, null],
101-
'eqm': [https://quantecon.github.io/lecture-eqm/, null],
102-
'stats': [https://quantecon.github.io/lecture-stats/, null],
103-
'tools': [https://quantecon.github.io/lecture-tools-techniques/, null],
104-
'dynam': [https://quantecon.github.io/lecture-dynamics/, null]
105-
}
97+
intersphinx_mapping:
98+
intro:
99+
- https://intro.quantecon.org/
100+
- null
101+
dle:
102+
- https://quantecon.github.io/lecture-dle/
103+
- null
104+
dps:
105+
- https://quantecon.github.io/lecture-dps/
106+
- null
107+
eqm:
108+
- https://quantecon.github.io/lecture-eqm/
109+
- null
110+
stats:
111+
- https://quantecon.github.io/lecture-stats/
112+
- null
113+
tools:
114+
- https://quantecon.github.io/lecture-tools-techniques/
115+
- null
116+
dynam:
117+
- https://quantecon.github.io/lecture-dynamics/
118+
- null
106119
mathjax3_config:
107120
tex:
108121
macros:

0 commit comments

Comments
 (0)