Skip to content

Remove Migrated Lecture ar1_processes #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ sphinx:
google_analytics_id: G-J0SMYR4SG3
launch_buttons:
colab_url : https://colab.research.google.com
intersphinx_mapping: {
'intro': ["https://intro.quantecon.org/", null]
}
intersphinx_mapping:
intro:
- "https://intro.quantecon.org/"
- null
mathjax3_config:
tex:
macros:
Expand All @@ -102,6 +103,7 @@ sphinx:
# Remote Redirects
redirects:
heavy_tails: https://intro.quantecon.org/heavy_tails.html
ar1_processes: https://intro.quantecon.org/ar1_processes.html
tojupyter_static_file_path: ["source/_static", "_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://python.quantecon.org/"
Expand Down
1 change: 0 additions & 1 deletion lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ parts:
numbered: true
chapters:
- file: scalar_dynam
- file: ar1_processes
- file: finite_markov
- file: inventory_dynamics
- file: linear_models
Expand Down
Loading