QuantEcon / lecture-python-intro

An Undergraduate Lecture Series for the Foundations of Computational Economics
https://intro.quantecon.org/
34 stars 17 forks source link

Remove Migration Admonitions #465

Closed mmcky closed 2 days ago

mmcky commented 1 week ago

There are a bunch of migration admonitions that we can now delete and remove

image

This is encoded as

```{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 the md files. 

lectures/ar1_processes.md::class: warning lectures/complex_and_trig.md::class: warning lectures/geom_series.md::class: warning lectures/lp_intro.md::class: warning lectures/schelling.md::class: warning lectures/short_path.md::class: warning

HumphreyYang commented 2 days ago

I think this is closed by @longye-tian with #466.