Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: review _config and update Google Analytics #8

Merged
merged 4 commits into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ bibtex_bibfiles:
- _static/quant-econ.bib

html:
baseurl: https://python.quantecon.org/
baseurl: https://stats.quantecon.org/

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 @@ -74,23 +74,18 @@ sphinx:
url: http://www.tomsargent.com/
- name: John Stachurski
url: https://johnstachurski.net/
authors:
- name: Thomas J. Sargent
url: http://www.tomsargent.com/
- name: John Stachurski
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 @@ -126,12 +121,12 @@ sphinx:
rediraffe_redirects:
index_toc.md: intro.md
# Remote Redirects
redirects:
heavy_tails: https://intro.quantecon.org/heavy_tails.html
# redirects:
# 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
Loading