Explorar el Código

Fix TensorFlow Python frontpage

Lukas Geiger hace 5 años
padre
commit
fba1adafe9

+ 1 - 1
lib/docs/scrapers/tensorflow/tensorflow.rb

@@ -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'

+ 0 - 1
lib/docs/scrapers/tensorflow/tensorflow_cpp.rb

@@ -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"