File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ def call
46
46
node . replace ( "<p>#{ node . to_html } </p>" )
47
47
end
48
48
49
+ css ( 'span[slot="popout-heading"]' ) . remove
50
+ css ( 'span[slot="popout-contents"]' ) . remove
51
+
49
52
doc
50
53
end
51
54
end
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ class Tensorflow < UrlScraper
19
19
Code samples licensed under the Apache 2.0 License.
20
20
HTML
21
21
22
+ version do
23
+ self . release = "2.18.0"
24
+ self . base_url = "https://www.tensorflow.org/api_docs/python/tf"
25
+ end
26
+
22
27
version '2.9' do
23
28
self . release = "2.9.1"
24
29
self . base_url = "https://www.tensorflow.org/versions/r#{ version } /api_docs/python/tf"
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ class TensorflowCpp < Tensorflow
3
3
self . name = 'TensorFlow C++'
4
4
self . slug = 'tensorflow_cpp'
5
5
6
+ version do
7
+ self . release = "2.18.0"
8
+ self . base_url = "https://www.tensorflow.org/api_docs/cc"
9
+ end
10
+
6
11
version '2.9' do
7
12
self . release = "2.9.1"
8
13
self . base_url = "https://www.tensorflow.org/versions/r#{ version } /api_docs/cc"
You can’t perform that action at this time.
0 commit comments