Skip to content

Commit f47b9e0

Browse files
authored
Merge branch 'main' into only-ruff
2 parents c11fa78 + e7bcb70 commit f47b9e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ help:
1616

1717

1818
build:
19-
msyt build --html
19+
myst build --html
2020

2121
clean:
22-
msyt clean --all
22+
myst clean --all
2323

2424
run:
2525
jupyter nbconvert --to notebook --execute --inplace "${NOTEBOOKS_DIR}/**/*.ipynb"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ preview it. Follow the instructions that will be prompted by the command to see
5151
the website:
5252

5353
```bash
54-
msyt start
54+
myst start
5555
```
5656

5757
#### Build only
@@ -60,7 +60,7 @@ The following command will build the website and store the HTML files in
6060
a new `_build` folder:
6161

6262
```bash
63-
msyt build --html
63+
myst build --html
6464
```
6565

6666
#### Clean cached builds

0 commit comments

Comments
 (0)