We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c11fa78 + e7bcb70 commit f47b9e0Copy full SHA for f47b9e0
Makefile
@@ -16,10 +16,10 @@ help:
16
17
18
build:
19
- msyt build --html
+ myst build --html
20
21
clean:
22
- msyt clean --all
+ myst clean --all
23
24
run:
25
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