8000 docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#205) · googleapis/python-asset@b9db51a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit b9db51a

Browse files
docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#205)
Closes #1126 Source-Link: googleapis/synthtool@b91f129 Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:b6169fc6a5207b11800a7c002d0c5c2bc6d82697185ca12e666f44031468cfcd
1 parent 9a36ff8 commit b9db51a

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
3+
digest: sha256:b6169fc6a5207b11800a7c002d0c5c2bc6d82697185ca12e666f44031468cfcd

CONTRIBUTING.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
6969

7070
- To test your changes, run unit tests with ``nox``::
7171

72-
$ nox -s unit-2.7
7372
$ nox -s unit-3.8
7473
$ ...
7574

@@ -144,17 +143,15 @@ Running System Tests
144143

145144
# Run all system tests
146145
$ nox -s system-3.8
147-
$ nox -s system-2.7
148146

149147
# Run a single system test
150148
$ nox -s system-3.8 -- -k <name of test>
151149

152150

153151
.. note::
154152

155-
System tests are only configured to run under Python 2.7 and
156-
Python 3.8. For expediency, we do not run them in older versions
157-
of Python 3.
153+
System tests are only configured to run under Python 3.8.
154+
For expediency, we do not run them in older versions of Python 3.
158155

159156
This alone will not run the tests. You'll need to change some local
160157
auth settings and change some configuration in your project to

docs/conf.py

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
master_doc = "index"
8181

8282
# General information about the project.
83-
project = u"google-cloud-asset"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "google-cloud-asset"
84+
copyright = "2019, Google"
85+
author = "Google APIs"
8686

8787
# The version info for the project you're documenting, acts as replacement for
8888
# |version| and |release|, also used in various other places throughout the
@@ -281,7 +281,7 @@
281281
(
282282
master_doc,
283283
"google-cloud-asset.tex",
284-
u"google-cloud-asset Documentation",
284+
"google-cloud-asset Documentation",
285285
author,
286286
"manual",
287287
)
@@ -313,13 +313,7 @@
313313
# One entry per manual page. List of tuples
314314
# (source start file, name, description, authors, manual section).
315315
man_pages = [
316-
(
317-
master_doc,
318-
"google-cloud-asset",
319-
u"google-cloud-asset Documentation",
320-
[author],
321-
1,
322-
)
316+
(master_doc, "google-cloud-asset", "google-cloud-asset Documentation", [author], 1,)
323317
]
324318

325319
# If true, show URL addresses after external links.
@@ -335,7 +329,7 @@
335329
(
336330
master_doc,
337331
"google-cloud-asset",
338-
u"google-cloud-asset Documentation",
332+
"google-cloud-asset Documentation",
339333
author,
340334
"google-cloud-asset",
341335
"google-cloud-asset Library",

0 commit comments

Comments
 (0)
0