Update TensorFlow documentation (1.5)

pull/775/head
Thibaut Courouble 7 years ago
parent 56df5ff426
commit 48012030f4

@ -637,7 +637,7 @@ credits = [
'http://tcl.tk/software/tcltk/license.html'
], [
'TensorFlow',
'2017 The TensorFlow Authors',
'2018 The TensorFlow Authors',
'CC BY',
'https://creativecommons.org/licenses/by/3.0/'
], [

@ -4,7 +4,7 @@ module Docs
class Tensorflow < UrlScraper
self.name = 'TensorFlow'
self.type = 'tensorflow'
self.release = '1.4'
self.release = '1.5'
self.root_path = 'index.html'
self.links = {
home: 'https://www.tensorflow.org/',
@ -22,7 +22,7 @@ module Docs
end
options[:attribution] = <<-HTML
&copy; 2017 The TensorFlow Authors. All rights reserved.<br>
&copy; 2018 The TensorFlow Authors. All rights reserved.<br>
Licensed under the Creative Commons Attribution License 3.0.<br>
Code samples licensed under the Apache 2.0 License.
HTML

Loading…
Cancel
Save