Update README.md

This commit is contained in:
Atsushi Sakai
2018-11-17 11:56:28 +09:00
committed by GitHub
parent 86f0a5765a
commit 916b4382de

View File

@@ -23,3 +23,15 @@ if you want to building each time a file is changed:
```
sphinx-autobuild . _build/html
```
### Jupyter notebook integration
When you want to generate rst files from each jupyter notebooks,
you can use
```
cd path/to/docs
python jupyternotebook2rst.py
```