Fix TensorFlow Python frontpage

pull/1332/head
Lukas Geiger 4 years ago
parent a23035d02c
commit fba1adafe9

@ -2,7 +2,7 @@ module Docs
class Tensorflow < UrlScraper
self.name = 'TensorFlow'
self.type = 'tensorflow'
self.root_path = 'all_symbols'
self.root_path = '/'
self.links = {
home: 'https://www.tensorflow.org/',
code: 'https://github.com/tensorflow/tensorflow'

@ -2,7 +2,6 @@ module Docs
class TensorflowCpp < Tensorflow
self.name = 'TensorFlow C++'
self.slug = 'tensorflow_cpp'
self.root_path = '/'
version '2.3' do
self.release = "#{version}.0"

Loading…
Cancel
Save