Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(python): support multiple codeowners in blunderbuss #303

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:d0e70b7cbce0f340c4755bafee5c1ef754c4e83927ecce8988f4f4c530572f61
# created: 2024-03-18T16:26:15.743347415Z
digest: sha256:704d34f7c25e15fcb12ac19af08eb7cf01eabc16fb4781590223e01dd252985e
# created: 2024-04-10T14:06:25.758997352Z
22 changes: 22 additions & 0 deletions docs/summary_overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
This is a templated file. Adding content to this file may result in it being
reverted. Instead, if you want to place additional content, create an
"overview_content.md" file in `docs/` directory. The Sphinx tool will
pick up on the content and merge the content.
]: #

# Document AI Toolbox API

Overview of the APIs available for Document AI Toolbox API.

## All entries

Classes, methods and properties & attributes for
Document AI Toolbox API.

[classes](https://cloud.google.com/python/docs/reference/documentai-toolbox/latest/summary_class.html)

[methods](https://cloud.google.com/python/docs/reference/documentai-toolbox/latest/summary_method.html)

[properties and
attributes](https://cloud.google.com/python/docs/reference/documentai-toolbox/latest/summary_property.html)
Loading