Skip to content

Commit 916b438

Browse files
authored
Update README.md
1 parent 86f0a57 commit 916b438

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,15 @@ if you want to building each time a file is changed:
2323
```
2424
sphinx-autobuild . _build/html
2525
```
26+
27+
### Jupyter notebook integration
28+
29+
When you want to generate rst files from each jupyter notebooks,
30+
31+
you can use
32+
33+
```
34+
cd path/to/docs
35+
python jupyternotebook2rst.py
36+
```
37+

0 commit comments

Comments
 (0)