From fb8d85e663bd1a63a14c97fca96a893f0a315c36 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Mon, 16 Dec 2024 14:12:32 -0800 Subject: [PATCH 1/2] Fix typo in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 328f21b..4298a77 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ help: build: - msyt build --html + myst build --html clean: - msyt clean --all + myst clean --all run: jupyter nbconvert --to notebook --execute --inplace "${NOTEBOOKS_DIR}/**/*.ipynb" From bc3faa232a05e99dabe34c702fa40cc4b7738736 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Mon, 16 Dec 2024 14:23:43 -0800 Subject: [PATCH 2/2] Fix two more typos in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d655361..7ed32d9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ preview it. Follow the instructions that will be prompted by the command to see the website: ```bash -msyt start +myst start ``` #### Build only @@ -60,7 +60,7 @@ The following command will build the website and store the HTML files in a new `_build` folder: ```bash -msyt build --html +myst build --html ``` #### Clean cached builds