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

chore: delete owlbot.py #172

Merged
merged 6 commits into from
Nov 4, 2021
Merged
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
18 changes: 15 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,42 @@

.. include:: multiprocessing.rst

This package includes clients for multiple versions of Google Cloud Talent Solution.
By default, you will get version ``talent_v4``.


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

talent_v4/services
talent_v4/types

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

talent_v4beta1/services
talent_v4beta1/types


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

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

.. toctree::
:maxdepth: 2

UPGRADING
 UPGRADING


Changelog
---------

For a list of all previous `google-cloud-talent` releases.
For a list of all ``google-cloud-talent`` releases:

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -190,7 +190,7 @@ def docs(session):
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
"sphinx-build",
# "-W", # warnings as errors
"-W", # warnings as errors
"-T", # show full traceback on exception
"-N", # no colors
"-b",
Expand Down
54 changes: 0 additions & 54 deletions owlbot.py

This file was deleted.