Skip to content

Commit cf8ce79

Browse files
committed
ENH: deletes button from index.html
1 parent a30acfe commit cf8ce79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

update_gh-pages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ find . -type f -name "*.html" -exec sed -i 's/ipynb\&/html\&/g' {} +
2525
find . -type f -name "*.html" -exec sed -i 's/ipynb#/html#/g' {} +
2626
find . -type f -name "*.html" -exec sed -i 's/ipynb\"/html\"/g' {} +
2727

28+
# Delete the Button "Show HTML code" from index.html
29+
sed -i '/Show HTML code/d' index.html
30+
2831
# Add Google Analytics script to each homepage
2932
for h in `find -maxdepth 2 -name "*html"`
3033
do

0 commit comments

Comments
 (0)