Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Apr 25, 2016
1 parent da00e9b commit 4f7e0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ipython-rst: source/generated
@$(eval nb_names:= $$(shell grep generated source/ipython.rst | sed -re 's/\s+generated\/(.+)/\1|/g'))
@$(eval notebooks:= $$(shell find ../pyemma-ipython -name *.ipynb | grep -E "$(nb_names)" ))
cd source/generated
for nb in $(notebooks); do $(NBCONVERT_CMD) $(nb); done
set -x; for nb in $(notebooks); do $(NBCONVERT_CMD) $$nb; done
@echo "Conversion finished."

latex:
Expand Down

0 comments on commit 4f7e0ed

Please sign in to comment.