Skip to content

Commit

Permalink
chore: delete owlbot.py (#213)
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

* remove redundant docs

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
parthea and gcf-owl-bot[bot] authored Nov 9, 2021
1 parent 96a704f commit 55e8d1a
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 295 deletions.
40 changes: 0 additions & 40 deletions packages/google-cloud-language/docs/api.rst

This file was deleted.

42 changes: 38 additions & 4 deletions packages/google-cloud-language/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,44 @@

.. include:: multiprocessing.rst

This package includes clients for multiple versions of Natural Language.
By default, you will get version ``language_v1``.


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

language_v1/services
language_v1/types

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

language_v1beta2/services
language_v1beta2/types


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

See the guide below for instructions on migrating to the latest version.

.. toctree::
:maxdepth: 2

 UPGRADING


Changelog
---------

For a list of all ``google-cloud-language`` releases:

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

usage
api
changelog
changelog
199 changes: 0 additions & 199 deletions packages/google-cloud-language/docs/usage.rst

This file was deleted.

2 changes: 1 addition & 1 deletion packages/google-cloud-language/noxfile.py
Original file line number Diff line number Diff line change
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=98")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

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

Expand Down
51 changes: 0 additions & 51 deletions packages/google-cloud-language/owlbot.py

This file was deleted.

0 comments on commit 55e8d1a

Please sign in to comment.