Skip to content

Commit 6458159

Browse files
authored
Add Python API reference docs and generation script for ADK Python 2.0.0 (#1786)
* Add Python API docs generation script and Sphinx config * Add Python API reference docs for ADK Python 2.0.0 * Include version and release number in config for built API docs
1 parent ad63473 commit 6458159

34 files changed

Lines changed: 31972 additions & 23066 deletions

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

100755100644
Lines changed: 316 additions & 60 deletions
Large diffs are not rendered by default.

docs/api-reference/python/_sources/index.rst.txt

100755100644
File mode changed.
Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/**
2-
* Copyright 2026 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
.autodoc_pydantic_validator_arrow {
182
padding-left: 8px;
193
}
@@ -24,4 +8,4 @@
248

259
.autodoc_pydantic_collapsable_erd {
2610
cursor: pointer;
27-
}
11+
}

docs/api-reference/python/_static/basic.css

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,4 +903,4 @@ div.math:hover a.headerlink {
903903
#top-link {
904904
display: none;
905905
}
906-
}
906+
}

docs/api-reference/python/_static/debug.css

100755100644
File mode changed.

docs/api-reference/python/_static/doctools.js

100755100644
File mode changed.

docs/api-reference/python/_static/documentation_options.js

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '',
2+
VERSION: '2.0.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/api-reference/python/_static/file.png

100755100644
File mode changed.

docs/api-reference/python/_static/language_data.js

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,4 @@ var Stemmer = function() {
189189
return w;
190190
}
191191
}
192+

docs/api-reference/python/_static/minus.png

100755100644
File mode changed.

0 commit comments

Comments
 (0)