mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 04:28:12 -05:00
Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user