Skip to content

Commit 451d76f

Browse files
authored
Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
1 parent 9289c52 commit 451d76f

File tree

46 files changed

+45
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+45
-274
lines changed

.circleci/config.yml

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

.kokoro/build-docs.sh

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

.kokoro/docs.cfg

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

api_core/docs/conf.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,7 @@
293293
# One entry per manual page. List of tuples
294294
# (source start file, name, description, authors, manual section).
295295
man_pages = [
296-
(
297-
master_doc,
298-
"google-api-core",
299-
u"google-api-core Documentation",
300-
[author],
301-
1,
302-
)
296+
(master_doc, "google-api-core", u"google-api-core Documentation", [author], 1)
303297
]
304298

305299
# If true, show URL addresses after external links.
@@ -342,10 +336,7 @@
342336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
343337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
344338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
345-
"google.api_core": (
346-
"https://googleapis.github.io/google-cloud-python/latest",
347-
None,
348-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
349340
"grpc": ("https://grpc.io/grpc/python/", None),
350341
"requests": ("https://2.python-requests.org/en/master/", None),
351342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

asset/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,7 @@
330330
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
331331
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
332332
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
333-
"google.api_core": (
334-
"https://googleapis.github.io/google-cloud-python/latest",
335-
None,
336-
),
333+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
337334
"grpc": ("https://grpc.io/grpc/python/", None),
338335
"requests": ("https://2.python-requests.org/en/master/", None),
339336
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

automl/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,7 @@
342342
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
343343
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
344344
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
345-
"google.api_core": (
346-
"https://googleapis.github.io/google-cloud-python/latest",
347-
None,
348-
),
345+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
349346
"grpc": ("https://grpc.io/grpc/python/", None),
350347
"requests": ("https://2.python-requests.org/en/master/", None),
351348
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

bigquery_datatransfer/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

bigtable/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,7 @@
340340
intersphinx_mapping = {
341341
"python": ("http://python.readthedocs.org/en/latest/", None),
342342
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
343-
"google.api_core": (
344-
"https://googleapis.github.io/google-cloud-python/latest",
345-
None,
346-
),
343+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
347344
"grpc": ("https://grpc.io/grpc/python/", None),
348345
"requests": ("https://2.python-requests.org/en/master/", None),
349346
}

container/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

containeranalysis/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,7 @@
342342
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
343343
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
344344
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
345-
"google.api_core": (
346-
"https://googleapis.github.io/google-cloud-python/latest",
347-
None,
348-
),
345+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
349346
"grpc": ("https://grpc.io/grpc/python/", None),
350347
"requests": ("https://2.python-requests.org/en/master/", None),
351348
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

core/docs/conf.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,7 @@
293293
# One entry per manual page. List of tuples
294294
# (source start file, name, description, authors, manual section).
295295
man_pages = [
296-
(
297-
master_doc,
298-
"google-cloud-core",
299-
u"google-cloud-core Documentation",
300-
[author],
301-
1,
302-
)
296+
(master_doc, "google-cloud-core", u"google-cloud-core Documentation", [author], 1)
303297
]
304298

305299
# If true, show URL addresses after external links.
@@ -342,10 +336,7 @@
342336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
343337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
344338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
345-
"google.api_core": (
346-
"https://googleapis.github.io/google-cloud-python/latest",
347-
None,
348-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
349340
"grpc": ("https://grpc.io/grpc/python/", None),
350341
"requests": ("https://2.python-requests.org/en/master/", None),
351342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

datacatalog/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

datalabeling/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

dataproc/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,7 @@
342342
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
343343
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
344344
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
345-
"google.api_core": (
346-
"https://googleapis.github.io/google-cloud-python/latest",
347-
None,
348-
),
345+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
349346
"grpc": ("https://grpc.io/grpc/python/", None),
350347
"requests": ("https://2.python-requests.org/en/master/", None),
351348
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

datastore/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,7 @@
337337
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
338338
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
339339
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
340-
"google.api_core": (
341-
"https://googleapis.github.io/google-cloud-python/latest",
342-
None,
343-
),
340+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
344341
"grpc": ("https://grpc.io/grpc/python/", None),
345342
"requests": ("https://2.python-requests.org/en/master/", None),
346343
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

dlp/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

dns/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,7 @@
334334
intersphinx_mapping = {
335335
"python": ("http://python.readthedocs.org/en/latest/", None),
336336
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
337-
"google.api_core": (
338-
"https://googleapis.github.io/google-cloud-python/latest",
339-
None,
340-
),
337+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
341338
"grpc": ("https://grpc.io/grpc/python/", None),
342339
"requests": ("https://2.python-requests.org/en/master/", None),
343340
}

error_reporting/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

firestore/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

grafeas/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,7 @@
328328
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
329329
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
330330
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
331-
"google.api_core": (
332-
"https://googleapis.github.io/google-cloud-python/latest",
333-
None,
334-
),
331+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
335332
"grpc": ("https://grpc.io/grpc/python/", None),
336333
"requests": ("https://2.python-requests.org/en/master/", None),
337334
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

iam/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

iot/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

irm/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,7 @@
336336
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
337337
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
338338
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
339-
"google.api_core": (
340-
"https://googleapis.github.io/google-cloud-python/latest",
341-
None,
342-
),
339+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
343340
"grpc": ("https://grpc.io/grpc/python/", None),
344341
"requests": ("https://2.python-requests.org/en/master/", None),
345342
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

kms/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,7 @@
330330
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
331331
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
332332
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
333-
"google.api_core": (
334-
"https://googleapis.github.io/google-cloud-python/latest",
335-
None,
336-
),
333+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
337334
"grpc": ("https://grpc.io/grpc/python/", None),
338335
"requests": ("https://2.python-requests.org/en/master/", None),
339336
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

language/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,7 @@
337337
"gax": ("https://gax-python.readthedocs.org/en/latest/", None),
338338
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
339339
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
340-
"google.api_core": (
341-
"https://googleapis.github.io/google-cloud-python/latest",
342-
None,
343-
),
340+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
344341
"grpc": ("https://grpc.io/grpc/python/", None),
345342
"requests": ("https://2.python-requests.org/en/master/", None),
346343
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),

logging/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,7 @@
340340
intersphinx_mapping = {
341341
"python": ("http://python.readthedocs.org/en/latest/", None),
342342
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
343-
"google.api_core": (
344-
"https://googleapis.github.io/google-cloud-python/latest",
345-
None,
346-
),
343+
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
347344
"grpc": ("https://grpc.io/grpc/python/", None),
348345
"requests": ("https://2.python-requests.org/en/master/", None),
349346
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy