Skip to content

Commit d4b0eec

Browse files
partheagcf-owl-bot[bot]busunkim96
authored
chore: delete owlbot.py (#144)
* chore: delete owlbot.py * add docs/changelog.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 28bef2c commit d4b0eec

4 files changed

Lines changed: 21 additions & 58 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CHANGELOG.md

packages/google-cloud-recommender/docs/index.rst

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@
22

33
.. include:: multiprocessing.rst
44

5-
Api Reference
6-
-------------
5+
This package includes clients for multiple versions of Cloud Recommender API.
6+
By default, you will get version ``recommender_v1``.
77

8-
This package includes clients for multiple versions of the Cloud Recommender API. By default, you will get ``v1``
9-
the latest stable version.
108

11-
v1
12-
==
9+
API Reference
10+
-------------
1311
.. toctree::
1412
:maxdepth: 2
1513

1614
recommender_v1/services
1715
recommender_v1/types
1816

19-
v1beta1
20-
=======
21-
17+
API Reference
18+
-------------
2219
.. toctree::
2320
:maxdepth: 2
2421

@@ -29,9 +26,20 @@ v1beta1
2926
Migration Guide
3027
---------------
3128

32-
See the guide below for instructions on migrating to the 2.x release of this library.
29+
See the guide below for instructions on migrating to the latest version.
30+
31+
.. toctree::
32+
:maxdepth: 2
33+
34+
 UPGRADING
35+
36+
37+
Changelog
38+
---------
39+
40+
For a list of all ``google-cloud-recommender`` releases:
3341

3442
.. toctree::
3543
:maxdepth: 2
3644

37-
UPGRADING
45+
changelog

packages/google-cloud-recommender/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def cover(session):
175175
test runs (not system test runs), and then erases coverage data.
176176
"""
177177
session.install("coverage", "pytest-cov")
178-
session.run("coverage", "report", "--show-missing", "--fail-under=98")
178+
session.run("coverage", "report", "--show-missing", "--fail-under=100")
179179

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

packages/google-cloud-recommender/owlbot.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)