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

Commit

Permalink
[doc] restrict
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Apr 25, 2016
1 parent 4f7e0ed commit 5c1b5ec
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 @@ -43,7 +43,7 @@ source/generated:
mkdir -p source/generated

ipython-rst: source/generated
@$(eval nb_names:= $$(shell grep generated source/ipython.rst | sed -re 's/\s+generated\/(.+)/\1|/g'))
@$(eval nb_names:= $$(shell grep generated source/ipython.rst | sed -re 's/\s+generated\/(.+)/\/\1.ipynb|/g'))
@$(eval notebooks:= $$(shell find ../pyemma-ipython -name *.ipynb | grep -E "$(nb_names)" ))
cd source/generated
set -x; for nb in $(notebooks); do $(NBCONVERT_CMD) $$nb; done
Expand Down

0 comments on commit 5c1b5ec

Please sign in to comment.