Skip to content

Commit

Permalink
[documentation] fix for local path of generated tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Apr 1, 2019
1 parent 1da89b8 commit 63bc602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ html:
@echo "Creating modules index page."
bash createModulesPage.sh
@echo "Copying tutorial html files into source/_static/tutorials/."
bash prepareTutorials.sh -t=$(ARTENOLIS_DATA_PATH)/repos/COBRA.tutorials -c=$(ARTENOLIS_DATA_PATH)/repos/cobratoolbox -p=$(ARTENOLIS_DATA_PATH)/scratch -m=rst
bash prepareTutorials.sh -t=$(ARTENOLIS_DATA_PATH)/repos/COBRA.tutorials -c=$(ARTENOLIS_DATA_PATH)/repos/cobratoolbox -p=$(ARTENOLIS_DATA_PATH)/cobratoolbox/tutorials -m=rst
@echo "Generating list of suggestions for the websearch."
python generateJSONList.py
@echo
Expand Down

0 comments on commit 63bc602

Please sign in to comment.