Skip to content

Commit

Permalink
update 1.4.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Oct 18, 2017
1 parent 2d9685d commit 43eb6cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

*.tgz
www.tensorflow.org
4 changes: 2 additions & 2 deletions TensorFlow.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<entry>
<version>1.3</version>
<url>https://github.com/ppwwyyxx/dash-docset-tensorflow/releases/download/v1.3/TensorFlow-1.3.tgz</url>
<version>1.4</version>
<url>https://github.com/ppwwyyxx/dash-docset-tensorflow/releases/download/1.4.0rc0/TensorFlow-1.4.0.tgz</url>
</entry>
3 changes: 2 additions & 1 deletion preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ which parallel > /dev/null 2>&1 && {
}

set +e
rm -rf "$1"/versions/master/api_docs/python/tf/contrib/keras
rm -rf "$1"/versions/master/api_docs/python/tf/contrib/keras*
rm -rf "$1"/versions/master/api_docs/java
set -e

find "$1" -type f -name "*.mp4" -delete

0 comments on commit 43eb6cf

Please sign in to comment.