Remove TensorFlow Guides

This commit is contained in:
Lukas Geiger 2020-11-15 20:48:34 +00:00
parent dd6586de6a
commit ccd20c0472
5 changed files with 1 additions and 15 deletions

View file

@ -15,11 +15,7 @@ module Docs
end
def get_type
if base_url.path.start_with?('/guide')
'Guides'
elsif base_url.path.start_with?('/tutorials')
'Tutorials'
elsif slug.start_with?('tf/audio')
if slug.start_with?('tf/audio')
'tf.audio'
elsif slug.start_with?('tf/autograph')
'tf.autograph'

View file

@ -1,9 +0,0 @@
module Docs
class TensorflowGuide < Tensorflow
include MultipleBaseUrls
self.name = 'TensorFlow Guides'
self.slug = 'tensorflow_guide'
self.base_urls = ['https://www.tensorflow.org/guide/', 'https://www.tensorflow.org/tutorials/']
end
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

View file

@ -1 +0,0 @@
https://www.tensorflow.org/images/favicon.png