From f95df55f971f04b017422ad6afd439e30499e628 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Fri, 23 Oct 2020 13:14:07 +1100 Subject: [PATCH 1/5] added url for repo --- lectures/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index 95360cda..499873d6 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -17,3 +17,4 @@ sphinx: html_theme_options: header_organisation_url: https://quantecon.org header_organisation: QuantEcon + repository_url: https://github.com/QuantEcon/lecture-python-programming.myst/tree/master/lectures From c48a25fd5d6c38ec30250c593cdf0ab3ee1ded22 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Sun, 25 Oct 2020 14:56:24 +1100 Subject: [PATCH 2/5] added confid values --- lectures/_config.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index 499873d6..57648612 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -1,20 +1,28 @@ title: Python Programming for Economics and Finance author: Thomas J. Sargent & John Stachurski -logo: _static/qe-logo-large.png +logo: _static/qe-logo.png +description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski. execute: execute_notebooks: "cache" timeout: 60 # run_in_temp: true +html: + baseurl: https://python.quantecon.org/ + sphinx: extra_extensions: [sphinx_multitoc_numbering, sphinx_exercise] config: - html_logo: _static/qe-logo.png - html_favicon: _static/qe-logo.png + html_favicon: https://assets.quantecon.org/img/lectures-favicon.ico html_theme: quantecon_book_theme html_static_path: ['_static'] html_theme_options: header_organisation_url: https://quantecon.org header_organisation: QuantEcon - repository_url: https://github.com/QuantEcon/lecture-python-programming.myst/tree/master/lectures + repository_url: https://github.com/QuantEcon/lecture-python-programming.myst + twitter_site: '@quantecon' + twitter_image: https://assets.quantecon.org/img/qe-twitter-logo.png + og_image: https://assets.quantecon.org/img/qe-og-logo.png + description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski. + keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski \ No newline at end of file From a07b5ee223d0862dffe320ab18bc5e493c84d3e3 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Sun, 25 Oct 2020 22:50:21 +1100 Subject: [PATCH 3/5] adjusted some variables --- lectures/_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index 57648612..2c057304 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -21,8 +21,8 @@ sphinx: header_organisation_url: https://quantecon.org header_organisation: QuantEcon repository_url: https://github.com/QuantEcon/lecture-python-programming.myst - twitter_site: '@quantecon' - twitter_image: https://assets.quantecon.org/img/qe-twitter-logo.png - og_image: https://assets.quantecon.org/img/qe-og-logo.png + 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 python programming for economics, designed and written by Thomas J. Sargent and John Stachurski. keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski \ No newline at end of file From e7f23300a2e92b876ad640c0dabfb7d5f866c1da Mon Sep 17 00:00:00 2001 From: AakashGC Date: Mon, 26 Oct 2020 15:09:06 +1100 Subject: [PATCH 4/5] [UPDATE] Adding placeholder for google Analytics (#67) * added plugins config * renaming folder and path * Added GA code for programming lectures #67 * Add new html metadata variables Co-authored-by: DrDrij --- lectures/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index 2c057304..50f4bdfa 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -25,4 +25,5 @@ sphinx: 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 python programming for economics, designed and written by Thomas J. Sargent and John Stachurski. - keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski \ No newline at end of file + keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski + google_analytics_id: UA-54984338-9 From ec2579e266be69997c03b4a3d39fc8f406a34f26 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Mon, 26 Oct 2020 15:19:03 +1100 Subject: [PATCH 5/5] minor edit --- lectures/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index 50f4bdfa..48441060 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -21,7 +21,7 @@ sphinx: header_organisation_url: https://quantecon.org header_organisation: QuantEcon repository_url: https://github.com/QuantEcon/lecture-python-programming.myst - twitter: 'quantecon' + 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 python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.