mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 11:29:43 +01:00
Update README link to point to the most recent release docs (#207)
This commit is contained in:
parent
65f374a019
commit
8a0be8ebb7
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ This is not an official Google product.
|
||||||
|
|
||||||
https://tensorflow.github.io/haskell/haddock/
|
https://tensorflow.github.io/haskell/haddock/
|
||||||
|
|
||||||
[TensorFlow.Core](https://tensorflow.github.io/haskell/haddock/tensorflow-0.1.0.2/TensorFlow-Core.html)
|
[TensorFlow.Core](https://tensorflow.github.io/haskell/haddock/tensorflow/TensorFlow-Core.html)
|
||||||
is a good place to start.
|
is a good place to start.
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
|
|
|
@ -15,4 +15,5 @@ mkdir -p $DOCS
|
||||||
cp $DOC_ROOT/{*.html,*js,*.png,*.gif,*.css} $DOCS
|
cp $DOC_ROOT/{*.html,*js,*.png,*.gif,*.css} $DOCS
|
||||||
cp -a $DOC_ROOT/tensorflow* $DOCS
|
cp -a $DOC_ROOT/tensorflow* $DOCS
|
||||||
rm -f $DOCS/*/*.haddock
|
rm -f $DOCS/*/*.haddock
|
||||||
|
ln -s $DOCS/tensorflow-* $DOCS/tensorflow
|
||||||
git add $DOCS
|
git add $DOCS
|
||||||
|
|
Loading…
Reference in a new issue