Skip to content

Commit

Permalink
docs: manually add summary overview page.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673504890
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Sep 11, 2024
1 parent 9ef9951 commit 0bc608a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Vertex AI SDK for Python
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-aiplatform.svg
:target: https://pypi.org/project/google-cloud-aiplatform/
.. _Vertex AI: https://cloud.google.com/vertex-ai/docs
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/aiplatform/latest
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/aiplatform/latest/summary_overview
.. _Product Documentation: https://cloud.google.com/vertex-ai/docs


Expand Down
14 changes: 14 additions & 0 deletions docs/summary_overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Vertex AI API

Overview of the APIs available for Vertex AI API.

## All entries

Classes, methods and properties & attributes for Vertex AI API.

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

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

[properties and
attributes](https://cloud.google.com/python/docs/reference/aiplatform/latest/summary_property.html)
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"setup.py",
"README.rst",
"docs/index.rst",
"docs/summary_overview.md",
f"docs/definition_{library.name}/services.rst",
f"docs/instance_{library.name}/services.rst",
f"docs/params_{library.name}/services.rst",
Expand Down

0 comments on commit 0bc608a

Please sign in to comment.