Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 8368c30

Browse files
changes without context
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent 80aba01 commit 8368c30

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -182,30 +182,6 @@ Build the docs via:
182182

183183
$ nox -s docs
184184

185-
*************************
186-
Samples and code snippets
187-
*************************
188-
189-
Code samples and snippets live in the `samples/` catalogue. Feel free to
190-
provide more examples, but make sure to write tests for those examples.
191-
Each folder containing example code requires its own `noxfile.py` script
192-
which automates testing. If you decide to create a new folder, you can
193-
base it on the `samples/snippets` folder (providing `noxfile.py` and
194-
the requirements files).
195-
196-
The tests will run against a real Google Cloud Project, so you should
197-
configure them just like the System Tests.
198-
199-
- To run sample tests, you can execute::
200-
201-
# Run all tests in a folder
202-
$ cd samples/snippets
203-
$ nox -s py-3.8
204-
205-
# Run a single sample test
206-
$ cd samples/snippets
207-
$ nox -s py-3.8 -- -k <name of test>
208-
209185
********************************************
210186
Note About ``README`` as it pertains to PyPI
211187
********************************************

synth.metadata

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-compute.git",
7-
"sha": "ce057e7b80baca7ef577ee1495ba034cdb3a491a"
7+
"sha": "80aba0119d3001a913b30b903cb34ee29558dab2"
88
}
99
},
1010
{
@@ -83,6 +83,7 @@
8383
"CONTRIBUTING.rst",
8484
"LICENSE",
8585
"MANIFEST.in",
86+
"SECURITY.md",
8687
"docs/_static/custom.css",
8788
"docs/_templates/layout.html",
8889
"docs/compute_v1/accelerator_types.rst",
@@ -644,6 +645,7 @@
644645
"mypy.ini",
645646
"noxfile.py",
646647
"renovate.json",
648+
"samples/snippets/noxfile.py",
647649
"scripts/decrypt-secrets.sh",
648650
"scripts/readme-gen/readme_gen.py",
649651
"scripts/readme-gen/templates/README.tmpl.rst",

0 commit comments

Comments
 (0)