mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Remove TensorFlow Guides
This commit is contained in:
parent
dd6586de6a
commit
ccd20c0472
5 changed files with 1 additions and 15 deletions
|
@ -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'
|
||||
|
|
|
@ -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…
Reference in a new issue