Merge pull request #1332 from lgeiger/fix-tf-index-page

Fix TensorFlow Python frontpage
pull/1338/head
Simon Legner 4 years ago committed by GitHub
commit 66bebb8b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save