Skip to content

Commit

Permalink
Merge pull request #8 from QuantEcon/maint-30jan
Browse files Browse the repository at this point in the history
MAINT: review _config and update Google Analytics
  • Loading branch information
mmcky authored Jan 30, 2024
2 parents bc6c2cd + ad2e2f7 commit d6549ba
Showing 1 changed file with 10 additions and 15 deletions.
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

0 comments on commit d6549ba

Please sign in to comment.