Update Tensorflow documentation (1.2)

pull/647/head
Thibaut Courouble 8 years ago
parent 61dbe7be41
commit 6375f9008f

@ -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.1' self.release = '1.2'
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