Skip to content
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

Add Admonitions for Migrated Lectures #340

Merged
merged 9 commits into from
Feb 4, 2024
6 changes: 6 additions & 0 deletions lectures/geom_series.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ kernelspec:
:depth: 2
```

```{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.
Expand Down
6 changes: 6 additions & 0 deletions lectures/lp_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ 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
Expand Down
6 changes: 6 additions & 0 deletions lectures/schelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ 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
Expand Down
10 changes: 10 additions & 0 deletions lectures/short_path.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ kernelspec:
```{index} single: Dynamic Programming; Shortest Paths
```

```{contents} Contents
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HumphreyYang we should remove these content blocks as they are not required. The theme builds a RHS toc in the margin.

:depth: 2
```

```{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
Expand Down
Loading