Remove TensorFlow Guides

pull/1165/head
Lukas Geiger 4 years ago
parent dd6586de6a
commit ccd20c0472

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

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

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