Skip to content

Commit

Permalink
update doc helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dengemann committed Sep 29, 2016
1 parent 965256d commit 74491c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions update_doc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/bash

(git co gh-pages &&
cd .. &
cp -R ./doc/_build/html/* . &&
git add -f auto_examples/* &&
git add -f auto_tutorials/* &&
git add -f _images/* &&
git add -f _sources/* &&
git add -f _downloads/*)

0 comments on commit 74491c7

Please sign in to comment.