Skip to content

Commit 8a52b01

Browse files
HumphreyYangmmcky
andauthored
Remove Migrated Lecture ar1_processes (#385)
* remove migrated lectures * revert removal of scalar_dynam * revert scalar_dynam removal * add intersphinx tags * apply redirect for ar1_processes to new https://intro.quantecon.org/ar1_processes.html * fix typos * TST: remove rerediraffe setting for ar1_processes * configure intersphinx in yml * add back in the reredirect as working locally --------- Co-authored-by: mmcky <mamckay@gmail.com>
1 parent d755e7d commit 8a52b01

File tree

7 files changed

+10
-613
lines changed

7 files changed

+10
-613
lines changed

lectures/_config.yml

Lines changed: 5 additions & 3 deletions
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/"

lectures/_toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ parts:
3939
numbered: true
4040
chapters:
4141
- file: scalar_dynam
42-
- file: ar1_processes
4342
- file: finite_markov
4443
- file: inventory_dynamics
4544
- file: linear_models

0 commit comments

Comments
 (0)