Skip to content

Commit d847669

Browse files
[CHANGE ME] Re-generated cloudbuild to pick up changes in the API or client library generator.
1 parent 505d553 commit d847669

9 files changed

Lines changed: 1334 additions & 45 deletions

File tree

cloudbuild/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Mac/Linux
4848
pip install virtualenv
4949
virtualenv <your-env>
5050
source <your-env>/bin/activate
51-
<your-env>/bin/pip install google-cloud-build
51+
<your-env>/bin/pip install google-cloud-cloudbuild
5252
5353
5454
Windows
@@ -59,7 +59,7 @@ Windows
5959
pip install virtualenv
6060
virtualenv <your-env>
6161
<your-env>\Scripts\activate
62-
<your-env>\Scripts\pip.exe install google-cloud-build
62+
<your-env>\Scripts\pip.exe install google-cloud-cloudbuild
6363
6464
Next Steps
6565
~~~~~~~~~~

cloudbuild/docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
div#python2-eol {
22
border-color: red;
33
border-width: medium;
4-
}
4+
}

cloudbuild/docs/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{% extends "!layout.html" %}
23
{%- block content %}
34
{%- if theme_fixed_sidebar|lower == 'true' %}

cloudbuild/docs/conf.py

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# google-cloud-build documentation build configuration file
3+
# google-cloud-cloudbuild documentation build configuration file
44
#
55
# This file is execfile()d with the current directory set to its
66
# containing dir.
@@ -65,7 +65,7 @@
6565
master_doc = "index"
6666

6767
# General information about the project.
68-
project = u"google-cloud-build"
68+
project = u"google-cloud-cloudbuild"
6969
copyright = u"2017, Google"
7070
author = u"Google APIs"
7171

@@ -164,7 +164,7 @@
164164
# Add any paths that contain custom static files (such as style sheets) here,
165165
# relative to this directory. They are copied after the builtin static files,
166166
# so a file named "default.css" will overwrite the builtin "default.css".
167-
html_static_path = ["_static"]
167+
# html_static_path = []
168168

169169
# Add any extra paths that contain custom files (such as robots.txt or
170170
# .htaccess) here, relative to this directory. These files are copied
@@ -227,7 +227,7 @@
227227
# html_search_scorer = 'scorer.js'
228228

229229
# Output file base name for HTML help builder.
230-
htmlhelp_basename = "google-cloud-build-doc"
230+
htmlhelp_basename = "google-cloud-cloudbuild-doc"
231231

232232
# -- Options for warnings ------------------------------------------------------
233233

@@ -260,8 +260,8 @@
260260
latex_documents = [
261261
(
262262
master_doc,
263-
"google-cloud-build.tex",
264-
u"google-cloud-build Documentation",
263+
"google-cloud-cloudbuild.tex",
264+
u"google-cloud-cloudbuild Documentation",
265265
author,
266266
"manual",
267267
)
@@ -293,7 +293,13 @@
293293
# One entry per manual page. List of tuples
294294
# (source start file, name, description, authors, manual section).
295295
man_pages = [
296-
(master_doc, "google-cloud-build", u"google-cloud-build Documentation", [author], 1)
296+
(
297+
master_doc,
298+
"google-cloud-cloudbuild",
299+
u"google-cloud-cloudbuild Documentation",
300+
[author],
301+
1,
302+
)
297303
]
298304

299305
# If true, show URL addresses after external links.
@@ -308,10 +314,10 @@
308314
texinfo_documents = [
309315
(
310316
master_doc,
311-
"google-cloud-build",
312-
u"google-cloud-build Documentation",
317+
"google-cloud-cloudbuild",
318+
u"google-cloud-cloudbuild Documentation",
313319
author,
314-
"google-cloud-build",
320+
"google-cloud-cloudbuild",
315321
"GAPIC library for the {metadata.shortName} v1 service",
316322
"APIs",
317323
)

0 commit comments

Comments
 (0)