Skip to content

Commit

Permalink
docs: update index.rst to include v1 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology committed Feb 25, 2021
1 parent 3c440de commit 82193ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/index.rst
Expand Up @@ -7,6 +7,9 @@ API Reference
.. toctree::
:maxdepth: 2

aiplatform_v1/services
aiplatform_v1/types

aiplatform_v1beta1/services
aiplatform_v1beta1/types

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/__init__.py
Expand Up @@ -18,4 +18,4 @@
from google.cloud.aiplatform import gapic


__all__ = (gapic,)
__all__ = ("gapic",)

0 comments on commit 82193ef

Please sign in to comment.