GitHub

Original file line numberDiff line numberDiff line change

@@ -87,9 +87,10 @@ sphinx:

8787

google_analytics_id: G-J0SMYR4SG3

8888

launch_buttons:

8989

colab_url : https://colab.research.google.com

90-

intersphinx_mapping: {

91-

'intro': ["https://intro.quantecon.org/", null]

92-

}

90+

intersphinx_mapping:

91+

intro:

92+

- "https://intro.quantecon.org/"

93+

- null

9394

mathjax3_config:

9495

tex:

9596

macros:

@@ -102,6 +103,7 @@ sphinx:

102103

# Remote Redirects

103104

redirects:

104105

heavy_tails: https://intro.quantecon.org/heavy_tails.html

106+

ar1_processes: https://intro.quantecon.org/ar1_processes.html

105107

tojupyter_static_file_path: ["source/_static", "_static"]

106108

tojupyter_target_html: true

107109

tojupyter_urlpath: "https://python.quantecon.org/"

Read the original on github.com ↗