Skip to content

Commit 659a09a

Browse files
authored
RMV: removes ak2 lecture and redirects to the intermediate series (#549)
* RMV: removes ak2 lecture and redirects to the intermediate series * add dependency for collab run
1 parent b7730c6 commit 659a09a

File tree

5 files changed

+6
-1283
lines changed

5 files changed

+6
-1283
lines changed

.github/workflows/collab.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Build Software
3131
shell: bash -l {0}
3232
run: |
33-
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.1 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx_proof==0.1.3
33+
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.1 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx_proof==0.1.3 sphinx_reredirects==0.1.3
3434
# Build of HTML (Execution Testing)
3535
- name: Build HTML
3636
shell: bash -l {0}

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)