Skip to content

Commit

Permalink
MAINT: review _config and update Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 30, 2024
1 parent bc6c2cd commit a95601a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ html:

latex:
latex_documents:
targetname: quantecon-python.tex
targetname: quantecon-stats.tex

sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects]
Expand Down Expand Up @@ -81,16 +81,16 @@ sphinx:
url: https://johnstachurski.net/
header_organisation_url: https://quantecon.org
header_organisation: QuantEcon
repository_url: https://github.com/QuantEcon/lecture-python.myst
nb_repository_url: https://github.com/QuantEcon/lecture-python.notebooks
repository_url: https://github.com/QuantEcon/lecture-stats.myst
nb_repository_url: https://github.com/QuantEcon/lecture-stats.notebooks
twitter: quantecon
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
description: This website presents a set of lectures on statistics for computational economics.
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski

#analytics:
#google_analytics_id: G-J0SMYR4SG3
analytics:
google_analytics_id: G-NJV5XPRDFV

launch_buttons:
colab_url : https://colab.research.google.com
Expand Down Expand Up @@ -130,8 +130,8 @@ sphinx:
heavy_tails: https://intro.quantecon.org/heavy_tails.html
tojupyter_static_file_path: ["source/_static", "_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://python.quantecon.org/"
tojupyter_image_urlpath: "https://python.quantecon.org/_static/"
tojupyter_urlpath: "https://stats.quantecon.org/"
tojupyter_image_urlpath: "https://stats.quantecon.org/_static/"
tojupyter_lang_synonyms: ["ipython", "ipython3", "python"]
tojupyter_kernels:
python3:
Expand Down

0 comments on commit a95601a

Please sign in to comment.