We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30acfe commit cf8ce79Copy full SHA for cf8ce79
update_gh-pages.sh
@@ -25,6 +25,9 @@ find . -type f -name "*.html" -exec sed -i 's/ipynb\&/html\&/g' {} +
25
find . -type f -name "*.html" -exec sed -i 's/ipynb#/html#/g' {} +
26
find . -type f -name "*.html" -exec sed -i 's/ipynb\"/html\"/g' {} +
27
28
+# Delete the Button "Show HTML code" from index.html
29
+sed -i '/Show HTML code/d' index.html
30
+
31
# Add Google Analytics script to each homepage
32
for h in `find -maxdepth 2 -name "*html"`
33
do
0 commit comments