Skip to content

Commit 0151910

Browse files
committed
DOC update instructions in doc/README
1 parent 7fe3c19 commit 0151910

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

doc/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,19 @@ sphinx_gallery
1111
## Build the website
1212

1313
```bash
14-
cd doc
1514
make html
16-
make notebooks
1715
firefox _build/html/index.html
1816
```
17+
18+
## Update notebooks
19+
20+
```bash
21+
make html-noplot
22+
make notebooks
23+
```
24+
25+
## Remove all files generated by the website build
26+
27+
```bash
28+
make clean
29+
```

0 commit comments

Comments
 (0)