From 916b4382de090de29f54538b356cef1c811aacce Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sat, 17 Nov 2018 11:56:28 +0900 Subject: [PATCH] Update README.md --- docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/README.md b/docs/README.md index de982ed4..1c6eea4a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 +``` +