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

remove migration admonition #466

Merged
merged 1 commit into from
Jun 21, 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
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
Loading