Skip to content

Commit 576f196

Browse files
authored
Fix incorrect path warning (#174)
1 parent 747894a commit 576f196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ sphinx:
8282
twitter: quantecon
8383
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
8484
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
85-
description: This website presents a set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
86-
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
85+
description: This website presents a set of lectures on quantitative economic modeling using JAX, designed and written by Thomas J. Sargent and John Stachurski.
86+
keywords: Python, JAX, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
8787
analytics:
8888
google_analytics_id: G-K1NYBSC1CZ
8989
launch_buttons:
@@ -96,7 +96,7 @@ sphinx:
9696
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
9797
rediraffe_redirects:
9898
index_toc.md: intro.md
99-
tojupyter_static_file_path: ["source/_static", "_static"]
99+
tojupyter_static_file_path: ["_static"]
100100
tojupyter_target_html: true
101101
tojupyter_urlpath: "https://jax.quantecon.org/"
102102
tojupyter_image_urlpath: "https://jax.quantecon.org/_static/"

0 commit comments

Comments
 (0)