QuantEcon / lecture-python-intro

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

Add `prf:example` environment to Examples in the lectures #520

Open longye-tian opened 1 month ago

longye-tian commented 1 month ago

We want to add

```{prf:example}
:label: example_label

(We need to have labels if there are more than two examples and there is a space after the :, and there is no space for prf:example).

to examples to the intro lecture series.

mmcky commented 1 month ago

thanks @longye-tian this would be a great task. When making edits it would be helpful to edit in batches to reduce the possibility of merge conflicts.

longye-tian commented 1 month ago

thanks @longye-tian this would be a great task. When making edits it would be helpful to edit in batches to reduce the possibility of merge conflicts.

Hi Matt,

I definitely agree. I will first choose the lecture without any open pull request to work on.

Best, Longye