From 8bd8fa68470ea330ab4f038aac39635364e6875f Mon Sep 17 00:00:00 2001 From: Longye Tian <133612246+longye-tian@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:07:38 +1000 Subject: [PATCH] remove migration admonition (#466) Hi, This pull request is related to #465 and remove the migration admonition from the following lectures. - ar1_processes.md - complex_and_trig.md - geom_series.md - lp_intro.md - schelling.md - short_path.md --- lectures/ar1_processes.md | 6 ------ lectures/complex_and_trig.md | 6 ------ lectures/geom_series.md | 6 ------ lectures/lp_intro.md | 6 ------ lectures/schelling.md | 6 ------ lectures/short_path.md | 6 ------ 6 files changed, 36 deletions(-) diff --git a/lectures/ar1_processes.md b/lectures/ar1_processes.md index 004d6a94..c12d5f18 100644 --- a/lectures/ar1_processes.md +++ b/lectures/ar1_processes.md @@ -21,12 +21,6 @@ kernelspec: (ar1_processes)= # AR1 Processes -```{admonition} Migrated lecture -:class: warning - -This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html). -``` - ```{index} single: Autoregressive processes ``` diff --git a/lectures/complex_and_trig.md b/lectures/complex_and_trig.md index fd12ec34..8fe53202 100644 --- a/lectures/complex_and_trig.md +++ b/lectures/complex_and_trig.md @@ -23,12 +23,6 @@ kernelspec: # Complex Numbers and Trigonometry -```{admonition} Migrated lecture -:class: warning - -This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html). -``` - ## Overview This lecture introduces some elementary mathematics and trigonometry. diff --git a/lectures/geom_series.md b/lectures/geom_series.md index d8cb8be9..be698d01 100644 --- a/lectures/geom_series.md +++ b/lectures/geom_series.md @@ -25,12 +25,6 @@ kernelspec: # Geometric Series for Elementary Economics -```{admonition} Migrated lecture -:class: warning - -This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html). -``` - ## Overview The lecture describes important ideas in economics that use the mathematics of geometric series. diff --git a/lectures/lp_intro.md b/lectures/lp_intro.md index d6b7d1e6..2f0d9700 100644 --- a/lectures/lp_intro.md +++ b/lectures/lp_intro.md @@ -12,12 +12,6 @@ kernelspec: (lp_intro)= # Linear Programming -```{admonition} Migrated lecture -:class: warning - -This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html). -``` - In this lecture, we will need the following library. Install [ortools](https://developers.google.com/optimization) using `pip`. ```{code-cell} ipython3 diff --git a/lectures/schelling.md b/lectures/schelling.md index 02ca1400..8032e105 100644 --- a/lectures/schelling.md +++ b/lectures/schelling.md @@ -28,12 +28,6 @@ kernelspec: ```{index} single: Models; Schelling's Segregation Model ``` -```{admonition} Migrated lecture -:class: warning - -This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html). -``` - ## Outline In 1969, Thomas C. Schelling developed a simple but striking model of racial diff --git a/lectures/short_path.md b/lectures/short_path.md index 68ab9e97..d9eb0771 100644 --- a/lectures/short_path.md +++ b/lectures/short_path.md @@ -23,12 +23,6 @@ kernelspec: ```{index} single: Dynamic Programming; Shortest Paths ``` -```{admonition} Migrated lecture -:class: warning - -This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html). -``` - ## Overview The shortest path problem is a [classic problem](https://en.wikipedia.org/wiki/Shortest_path) in mathematics and computer science with applications in