Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: delete owlbot.py (#238)
Browse files Browse the repository at this point in the history
* chore: delete owlbot.py

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
parthea and gcf-owl-bot[bot] committed Oct 29, 2021
1 parent 8987116 commit ba1e767
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 83 deletions.
56 changes: 28 additions & 28 deletions docs/index.rst
Expand Up @@ -2,60 +2,60 @@

.. include:: multiprocessing.rst

API Reference
-------------

This package includes clients for multiple versions of Cloud Video Intelligence.
By default, you will get version ``videointelligence_v1``.

This package includes clients for multiple versions of the Video Intelligence
API. By default, you will get ``v1``, the latest stable version.

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

videointelligence_v1/services
videointelligence_v1/types

A beta release with additional features over the current stable version,
spelled ``v1p3beta1``, is also provided.
These are expected to move into the stable release; until then, the
usual beta admonishment (changes are possible, etc.) applies.

An API and type reference is provided for this beta:

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

videointelligence_v1p3beta1/services
videointelligence_v1p3beta1/types
videointelligence_v1beta2/services
videointelligence_v1beta2/types

The previous beta releases, spelled ``v1p2beta1``, ``v1p1beta1``, and
``v1beta2``, are provided to continue to support code previously written
against them. In order to use ththem, you will want to import from e.g.
``google.cloud.videointelligence_v1beta2`` in lieu of
``google.cloud.videointelligence_v1``.
API Reference
-------------
.. toctree::
:maxdepth: 2

An API and type reference is provided for these betas also:
videointelligence_v1p1beta1/services
videointelligence_v1p1beta1/types

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

videointelligence_v1p2beta1/services
videointelligence_v1p2beta1/types
videointelligence_v1p1beta1/services
videointelligence_v1p1beta1/types
videointelligence_v1beta2/services
videointelligence_v1beta2/types

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

videointelligence_v1p3beta1/services
videointelligence_v1p3beta1/types


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

See the guide below for instructions on migrating to the 2.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 @@ -64,6 +64,6 @@ Changelog
For a list of all ``google-cloud-videointelligence`` releases:

.. toctree::
:maxdepth: 2
:maxdepth: 2

changelog
changelog
2 changes: 1 addition & 1 deletion noxfile.py
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=70")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

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

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

This file was deleted.

0 comments on commit ba1e767

Please sign in to comment.