Skip to content

Commit 7106331

Browse files
authored
Update API docs (#238)
1 parent d8acf78 commit 7106331

25 files changed

+2182
-1141
lines changed

docs/api-reference/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/api-reference/_sources/google-adk.rst.txt

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,46 @@ google.adk.sessions module
8989
:undoc-members:
9090
:show-inheritance:
9191

92-
google.adk.tools module
93-
-----------------------
94-
92+
google.adk.tools package
93+
--------------------------
9594
.. automodule:: google.adk.tools
9695
:members:
9796
:undoc-members:
98-
:show-inheritance:
97+
:show-inheritance:
98+
99+
.. rst-class:: sphinx-indent
100+
101+
google.adk.tools.application_integration_tool module
102+
----------------------------------------------------
103+
.. automodule:: google.adk.tools.application_integration_tool
104+
:members:
105+
:undoc-members:
106+
:show-inheritance:
107+
108+
google.adk.tools.google_api_tool module
109+
---------------------------------------
110+
.. automodule:: google.adk.tools.google_api_tool
111+
:members:
112+
:undoc-members:
113+
:show-inheritance:
114+
115+
google.adk.tools.mcp_tool module
116+
--------------------------------
117+
.. automodule:: google.adk.tools.mcp_tool
118+
:members:
119+
:undoc-members:
120+
:show-inheritance:
121+
122+
google.adk.tools.openapi_tool module
123+
------------------------------------
124+
.. automodule:: google.adk.tools.openapi_tool
125+
:members:
126+
:undoc-members:
127+
:show-inheritance:
128+
129+
google.adk.tools.retrieval module
130+
---------------------------------
131+
.. automodule:: google.adk.tools.retrieval
132+
:members:
133+
:undoc-members:
134+
:show-inheritance:

docs/api-reference/_static/basic.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -752,14 +741,6 @@ abbr, acronym {
752741
cursor: help;
753742
}
754743

755-
.translated {
756-
background-color: rgba(207, 255, 207, 0.2)
757-
}
758-
759-
.untranslated {
760-
background-color: rgba(255, 207, 207, 0.2)
761-
}
762-
763744
/* -- code displays --------------------------------------------------------- */
764745

765746
pre {

docs/api-reference/_static/debug.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/**
2-
* Copyright 2025 Google LLC
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
/*
182
This CSS file should be overridden by the theme authors. It's
193
meant for debugging and developing the skeleton that this theme provides.

docs/api-reference/_static/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

docs/api-reference/_static/documentation_options.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/**
2-
* Copyright 2025 Google LLC
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
const DOCUMENTATION_OPTIONS = {
182
VERSION: '',
193
LANGUAGE: 'en',

docs/api-reference/_static/language_data.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
/*
2-
* language_data.js
3-
* ~~~~~~~~~~~~~~~~
4-
*
52
* This script contains the language-specific data used by searchtools.js,
63
* namely the list of stopwords, stemmer, scorer and splitter.
7-
*
8-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
9-
* :license: BSD, see LICENSE for details.
10-
*
114
*/
125

136
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];

0 commit comments

Comments
 (0)