From 87498812d357bfa9e035abd983d88ad7fff25a0e Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 1 May 2024 14:22:12 +1000 Subject: [PATCH] MAINT: standardize README --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 550361fcc..d0692a1f3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ -# lecture-python.myst +# Intermediate Quantitative Economics with Python -Migration to Myst (Source files for https://python.quantecon.org) +This website presents a set of lectures on quantitative economic modeling. -## GH-PAGES +## Jupyter notebooks -This repository is hosted on Github Pages: +Jupyter notebook versions of each lecture are available for download +via the website. -https://quantecon.github.io/lecture-python.myst/ \ No newline at end of file +## Contributions + +To comment on the lectures please add to or open an issue in the issue tracker (see above). + +We welcome pull requests! + +Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style.