Skip to content

Commit 04383d8

Browse files
committed
RMV: removes ak2 lecture and redirects to the intermediate series
1 parent b7730c6 commit 04383d8

File tree

4 files changed

+5
-1282
lines changed

4 files changed

+5
-1282
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- ghp-import==1.1.0
1818
- sphinxcontrib-youtube==1.1.0
1919
- sphinx-togglebutton==0.3.1
20+
- sphinx_reredirects==0.1.3
2021
# Sandpit Requirements
2122
# - PuLP
2223
# - cvxpy

lectures/_config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ latex:
3535
targetname: quantecon-python-intro.tex
3636

3737
sphinx:
38-
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
38+
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter, sphinx_reredirects]
3939
config:
4040
bibtex_reference_style: author_year
4141
# false-positive links
@@ -110,6 +110,9 @@ sphinx:
110110
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
111111
rediraffe_redirects:
112112
index_toc.md: intro.md
113+
# Remote Redirects
114+
redirects:
115+
ak2: https://python.quantecon.org/ak2.html
113116
tojupyter_static_file_path: ["_static"]
114117
tojupyter_target_html: true
115118
tojupyter_urlpath: "https://intro.quantecon.org/"

lectures/_toc.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ parts:
5656
- file: unpleasant
5757
- file: money_inflation_nonlinear
5858
- file: laffer_adaptive
59-
- file: ak2
6059
- caption: Stochastic Dynamics
6160
numbered: true
6261
chapters:

0 commit comments

Comments
 (0)