Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

chore: rename rst files to avoid conflict with service names #597

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:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547
# created: 2023-10-09T14:06:13.397766266Z
digest: sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99
# created: 2023-10-18T20:26:37.410353675Z
6 changes: 3 additions & 3 deletions .kokoro/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ typing-extensions==4.4.0 \
--hash=sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa \
--hash=sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e
# via -r requirements.in
urllib3==1.26.17 \
--hash=sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21 \
--hash=sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b
urllib3==1.26.18 \
--hash=sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07 \
--hash=sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0
# via
# requests
# twine
Expand Down
20 changes: 10 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,40 @@ API Reference
.. toctree::
:maxdepth: 2

asset_v1/services
asset_v1/types
asset_v1/services_
asset_v1/types_

API Reference
-------------
.. toctree::
:maxdepth: 2

asset_v1p1beta1/services
asset_v1p1beta1/types
asset_v1p1beta1/services_
asset_v1p1beta1/types_

API Reference
-------------
.. toctree::
:maxdepth: 2

asset_v1p2beta1/services
asset_v1p2beta1/types
asset_v1p2beta1/services_
asset_v1p2beta1/types_

API Reference
-------------
.. toctree::
:maxdepth: 2

asset_v1p4beta1/services
asset_v1p4beta1/types
asset_v1p4beta1/services_
asset_v1p4beta1/types_

API Reference
-------------
.. toctree::
:maxdepth: 2

asset_v1p5beta1/services
asset_v1p5beta1/types
asset_v1p5beta1/services_
asset_v1p5beta1/types_


Migration Guide
Expand Down
Loading