Update TensorFlow documentation (1.1)

pull/621/merge
Thibaut Courouble 8 years ago
parent 7ad52aa1d0
commit 8e61265dcb

@ -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.0' self.release = '1.1'
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