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' 'http://tcl.tk/software/tcltk/license.html'
], [ ], [
'TensorFlow', 'TensorFlow',
'2017 The TensorFlow Authors', '2018 The TensorFlow Authors',
'CC BY', 'CC BY',
'https://creativecommons.org/licenses/by/3.0/' 'https://creativecommons.org/licenses/by/3.0/'
], [ ], [

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

Loading…
Cancel
Save