Update TensorFlow documentation (1.6)

pull/775/head
Thibaut Courouble 7 years ago
parent 472f03d5b0
commit d058eca625

@ -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.5' self.release = '1.6'
self.root_path = 'index.html' self.root_path = 'index.html'
self.links = { self.links = {
home: 'https://www.tensorflow.org/', home: 'https://www.tensorflow.org/',

Loading…
Cancel
Save