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 class Tensorflow < UrlScraper
self.name = 'TensorFlow' self.name = 'TensorFlow'
self.type = 'tensorflow' self.type = 'tensorflow'
self.root_path = 'all_symbols' self.root_path = '/'
self.links = { self.links = {
home: 'https://www.tensorflow.org/', home: 'https://www.tensorflow.org/',
code: 'https://github.com/tensorflow/tensorflow' code: 'https://github.com/tensorflow/tensorflow'

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

Loading…
Cancel
Save