Skip to content

Commit

Permalink
added make targets related to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
claesenm committed Jul 9, 2015
1 parent 60460f3 commit 818554f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ static-notebooks:

sphinx-notebooks:
cd notebooks && python notebook2sphinx.py --outputs_dir_suffix _files
cp notebooks/*.rst docs/notebooks/
cp -r notebooks/*_files docs/notebooks/
cp notebooks/*.rst docs/notebooks/notebooks/
cp -r notebooks/*_files docs/notebooks/notebooks/

0 comments on commit 818554f

Please sign in to comment.