Skip to content

Commit e9510ea

Browse files
docs: update aiplatform SDK arrangement for Sphinx (#1163)
* docs: update aiplatform SDK sphinx arrangement * docs: remove unneeded aiplatform.rst file * docs: remove moves files Co-authored-by: Karl Weinmeister <[email protected]>
1 parent 243c6f6 commit e9510ea

File tree

11 files changed

+18
-3
lines changed

11 files changed

+18
-3
lines changed
File renamed without changes.
File renamed without changes.

docs/aiplatform.rst renamed to docs/aiplatform/services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Google Cloud Aiplatform SDK
33

44
.. automodule:: google.cloud.aiplatform
55
:members:
6-
:show-inheritance:
6+
:show-inheritance:

docs/aiplatform/types.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Types for Google Cloud Aiplatform SDK API
2+
===========================================
3+
.. toctree::
4+
:maxdepth: 2
5+
6+
instance_v1
7+
instance_v1beta1
8+
params_v1
9+
params_v1beta1
10+
prediction_v1
11+
prediction_v1beta1
12+
definition_v1
13+
definition_v1beta1

docs/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ API Reference
77
.. toctree::
88
:maxdepth: 2
99

10-
aiplatform
10+
aiplatform/services
11+
aiplatform/types
12+
1113
aiplatform_v1/services
1214
aiplatform_v1/types
1315

@@ -22,4 +24,4 @@ For a list of all ``google-cloud-aiplatform`` releases:
2224
.. toctree::
2325
:maxdepth: 2
2426

25-
changelog
27+
changelog

0 commit comments

Comments
 (0)