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

Commit

Permalink
chore: delete owlbot.py (#217)
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 Nov 4, 2021
1 parent 6aac11f commit c80eeec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 71 deletions.
21 changes: 15 additions & 6 deletions docs/index.rst
Expand Up @@ -2,34 +2,43 @@

.. include:: multiprocessing.rst

v1 Api Reference
----------------
This package includes clients for multiple versions of Cloud Secret Manager.
By default, you will get version ``secretmanager_v1``.


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

secretmanager_v1/services
secretmanager_v1/types

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

secretmanager_v1beta1/services
secretmanager_v1beta1/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
---------

For a list of all ``google-cloud-secret-manager`` releases:

.. toctree::
:maxdepth: 2

Expand Down
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=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.

0 comments on commit c80eeec

Please sign in to comment.