We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d2472 commit e7bcb70Copy full SHA for e7bcb70
Makefile
@@ -14,10 +14,10 @@ help:
14
15
16
build:
17
- msyt build --html
+ myst build --html
18
19
clean:
20
- msyt clean --all
+ myst clean --all
21
22
run:
23
jupyter nbconvert --to notebook --execute --inplace "${NOTEBOOKS_DIR}/**/*.ipynb"
README.md
@@ -51,7 +51,7 @@ preview it. Follow the instructions that will be prompted by the command to see
51
the website:
52
53
```bash
54
-msyt start
+myst start
55
```
56
57
#### Build only
@@ -60,7 +60,7 @@ The following command will build the website and store the HTML files in
60
a new `_build` folder:
61
62
63
-msyt build --html
+myst build --html
64
65
66
#### Clean cached builds
0 commit comments