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

chore: delete owlbot.py #280

Closed
wants to merge 5 commits into from
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
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
digest: sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6
51 changes: 22 additions & 29 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,44 @@

.. include:: multiprocessing.rst

API Reference
-------------
This package includes clients for multiple versions of Cloud Translation.
By default, you will get version ``translate_v3``.

An API and type reference is provided for ``v3``, ``v3beta1``, and ``v2``.

By default, you will get ``v3``. A beta release, spelled ``v3beta1`` is
provided for preview of upcoming features. In order to use this, you will
want to import from ``google.cloud.translate_v3beta1`` in lieu of
``google.cloud.translate``. The previous release ``v2`` is also available.
Import from ``google.cloud.translate_v2`` to use this release.

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

Client (v3) <translate_v3/services>
Types (v3) <translate_v3/types>
:maxdepth: 2

v3beta1 API Reference
---------------------
translate_v3/services
translate_v3/types

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

Client (v3beta1) <translate_v3beta1/services>
Types (v3beta1) <translate_v3beta1/types>
translate_v2/services
translate_v2/types

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

v2
translate_v3beta1/services
translate_v3beta1/types


Migration Guide
---------------

See the guide below for instructions on migrating to the 3.x release of this library.
See the guide below for instructions on migrating to the latest version.

.. toctree::
:maxdepth: 2

UPGRADING
 UPGRADING


Changelog
Expand All @@ -54,7 +48,6 @@ Changelog
For a list of all ``google-cloud-translate`` releases:

.. toctree::
:maxdepth: 2

changelog
:maxdepth: 2

changelog
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def default(session):
"py.test",
"--quiet",
f"--junitxml=unit_{session.python}_sponge_log.xml",
"--cov=google/cloud",
"--cov=google",
"--cov=tests/unit",
"--cov-append",
"--cov-config=.coveragerc",
Expand Down Expand Up @@ -175,7 +175,7 @@ def cover(session):
test runs (not system test runs), and then erases coverage data.
"""
session.install("coverage", "pytest-cov")
session.run("coverage", "report", "--show-missing", "--fail-under=99")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

session.run("coverage", "erase")

Expand Down
64 changes: 0 additions & 64 deletions owlbot.py

This file was deleted.