Skip to content

Commit

Permalink
remove migration admonition (#466)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
longye-tian authored Jun 21, 2024
1 parent 6fbd7d1 commit 8bd8fa6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions lectures/ar1_processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
6 changes: 0 additions & 6 deletions lectures/complex_and_trig.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions lectures/geom_series.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions lectures/lp_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions lectures/schelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions lectures/short_path.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 8bd8fa6

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.