Move notebook rst files to sphinx subdir.

Only for the ones that are already prepared.
This commit is contained in:
Simon Forman 2018-06-07 12:48:24 -07:00
parent abdece348f
commit f5fe7d9726
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ $(docs_md): %.md : %.ipynb
$(docs_rst): %.rst : %.ipynb
python -m nbconvert --to rst $<
move_us = Generator_Programs.rst Ordered_Binary_Trees.rst Quadratic.rst Replacing.rst Treestep.rst Zipper.rst
mov: $(move_us)
cp -v $? ./sphinx_docs/notebooks/