Skip to content

Commit 5c6259a

Browse files
committed
update admonitions for migrated lectures
1 parent 86ba660 commit 5c6259a

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

lectures/geom_series.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ kernelspec:
2929
:depth: 2
3030
```
3131

32+
```{admonition} Migrated lecture
33+
:class: warning
34+
35+
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).
36+
```
37+
3238
## Overview
3339

3440
The lecture describes important ideas in economics that use the mathematics of geometric series.

lectures/lp_intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ kernelspec:
1212
(lp_intro)=
1313
# Linear Programming
1414

15+
```{admonition} Migrated lecture
16+
:class: warning
17+
18+
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).
19+
```
20+
1521
In this lecture, we will need the following library. Install [ortools](https://developers.google.com/optimization) using `pip`.
1622

1723
```{code-cell} ipython3

lectures/short_path.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ kernelspec:
2727
:depth: 2
2828
```
2929

30+
```{admonition} Migrated lecture
31+
:class: warning
32+
33+
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).
34+
```
35+
3036
## Overview
3137

3238
The shortest path problem is a [classic problem](https://en.wikipedia.org/wiki/Shortest_path) in mathematics and computer science with applications in

0 commit comments

Comments
 (0)