Skip to content

Commit 1a0d426

Browse files
committed
chore: use generated noxfile.py
1 parent c5b1e66 commit 1a0d426

7 files changed

Lines changed: 257 additions & 713 deletions

File tree

.librarian/generator-input/client-post-processing/integrate-isolated-handwritten-code.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,63 @@ replacements:
318318
)
319319
session.install(".[fastavro]")
320320
count: 1
321+
- paths: [
322+
"packages/google-cloud-error-reporting/setup.py"
323+
]
324+
before: |
325+
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
326+
"grpcio >= 1.33.2, < 2.0.0",
327+
after: |
328+
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
329+
"google-cloud-logging>=1.14.0, <4.0.0",
330+
"grpcio >= 1.33.2, < 2.0.0",
331+
count: 1
332+
- paths: [
333+
packages/google-cloud-error-reporting/testing/constraints-3.7.txt,
334+
]
335+
before: |
336+
google-api-core==1.34.1
337+
google-auth==2.14.1
338+
after: |
339+
google-api-core==1.34.1
340+
google-cloud-logging==1.14.0
341+
google-auth==2.14.1
342+
count: 1
343+
- paths: [
344+
"packages/google-cloud-error-reporting/docs/index.rst",
345+
]
346+
before: |
347+
API Reference
348+
-------------
349+
.. toctree::
350+
:maxdepth: 2
351+
352+
errorreporting_v1beta1/services_
353+
errorreporting_v1beta1/types_
354+
355+
356+
Changelog
357+
after: |
358+
Usage Documentation
359+
-------------------
360+
361+
.. toctree::
362+
:maxdepth: 2
363+
364+
usage
365+
366+
367+
API Reference
368+
-------------
369+
.. toctree::
370+
:maxdepth: 2
371+
372+
373+
client
374+
util
375+
errorreporting_v1beta1/services_
376+
errorreporting_v1beta1/types_
377+
378+
379+
Changelog
380+
count: 1

.librarian/generator-input/packages/google-cloud-error-reporting/docs/index.rst

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

0 commit comments

Comments
 (0)