@@ -25,7 +25,7 @@ execute:
25
25
- ' _static/*'
26
26
27
27
html :
28
- baseurl : https://intro-cn. quantecon.org/
28
+ baseurl : https://quantecon.github.io/lecture-intro.zh-cn
29
29
30
30
bibtex_bibfiles :
31
31
- _static/quant-econ.bib
@@ -63,15 +63,16 @@ sphinx:
63
63
dark_logo : quantecon-logo-transparent.png
64
64
header_organisation_url : https://quantecon.org
65
65
header_organisation : QuantEcon
66
- repository_url : https://github.com/QuantEcon/lecture-python-intro
67
- nb_repository_url : https://github.com/QuantEcon/lecture-python-intro.notebooks
66
+ repository_url : https://github.com/QuantEcon/lecture-intro.zh-cn
67
+ nb_repository_url : https://github.com/QuantEcon/lecture-intro.zh-cn.notebooks
68
+ download_nb_path : https://quantecon.github.io/lecture-intro.zh-cn
68
69
twitter : quantecon
69
70
twitter_logo_url : https://assets.quantecon.org/img/qe-twitter-logo.png
70
71
og_logo_url : https://assets.quantecon.org/img/qe-og-logo.png
71
72
description : 本课程是由托马斯·萨金特(Thomas J. Sargent)和约翰·斯塔胡斯基(John Stachurski)设计和撰写的计算经济学入门讲座。
72
73
keywords : Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
73
- analytics :
74
- google_analytics_id : G-QDS1YRJNGM
74
+ # analytics:
75
+ # google_analytics_id: G-QDS1YRJNGM
75
76
launch_buttons :
76
77
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
77
78
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
@@ -118,8 +119,8 @@ sphinx:
118
119
ak2 : https://python.quantecon.org/ak2.html
119
120
tojupyter_static_file_path : ["_static"]
120
121
tojupyter_target_html : true
121
- tojupyter_urlpath : " https://intro. quantecon.org /"
122
- tojupyter_image_urlpath : " https://intro. quantecon.org /_static/"
122
+ tojupyter_urlpath : " https://quantecon.github.io/lecture-intro.zh-cn /"
123
+ tojupyter_image_urlpath : " https://quantecon.github.io/lecture-intro.zh-cn /_static/"
123
124
tojupyter_lang_synonyms : ["ipython", "ipython3", "python"]
124
125
tojupyter_kernels :
125
126
python3 :
0 commit comments