-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[CHANGE ME] Re-generated cloudbuild to pick up changes in the API or client library generator. #9740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
[CHANGE ME] Re-generated cloudbuild to pick up changes in the API or client library generator. #9740
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| div#python2-eol { | ||
| border-color: red; | ||
| border-width: medium; | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
|
|
||
| {% extends "!layout.html" %} | ||
| {%- block content %} | ||
| {%- if theme_fixed_sidebar|lower == 'true' %} | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # | ||
| # google-cloud-build documentation build configuration file | ||
| # google-cloud-cloudbuild documentation build configuration file | ||
| # | ||
| # This file is execfile()d with the current directory set to its | ||
| # containing dir. | ||
|
|
@@ -65,7 +65,7 @@ | |
| master_doc = "index" | ||
|
|
||
| # General information about the project. | ||
| project = u"google-cloud-build" | ||
| project = u"google-cloud-cloudbuild" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| copyright = u"2017, Google" | ||
| author = u"Google APIs" | ||
|
|
||
|
|
@@ -164,7 +164,7 @@ | |
| # Add any paths that contain custom static files (such as style sheets) here, | ||
| # relative to this directory. They are copied after the builtin static files, | ||
| # so a file named "default.css" will overwrite the builtin "default.css". | ||
| html_static_path = ["_static"] | ||
| # html_static_path = [] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reverts change to |
||
|
|
||
| # Add any extra paths that contain custom files (such as robots.txt or | ||
| # .htaccess) here, relative to this directory. These files are copied | ||
|
|
@@ -227,7 +227,7 @@ | |
| # html_search_scorer = 'scorer.js' | ||
|
|
||
| # Output file base name for HTML help builder. | ||
| htmlhelp_basename = "google-cloud-build-doc" | ||
| htmlhelp_basename = "google-cloud-cloudbuild-doc" | ||
|
|
||
| # -- Options for warnings ------------------------------------------------------ | ||
|
|
||
|
|
@@ -260,8 +260,8 @@ | |
| latex_documents = [ | ||
| ( | ||
| master_doc, | ||
| "google-cloud-build.tex", | ||
| u"google-cloud-build Documentation", | ||
| "google-cloud-cloudbuild.tex", | ||
| u"google-cloud-cloudbuild Documentation", | ||
| author, | ||
| "manual", | ||
| ) | ||
|
|
@@ -293,7 +293,13 @@ | |
| # One entry per manual page. List of tuples | ||
| # (source start file, name, description, authors, manual section). | ||
| man_pages = [ | ||
| (master_doc, "google-cloud-build", u"google-cloud-build Documentation", [author], 1) | ||
| ( | ||
| master_doc, | ||
| "google-cloud-cloudbuild", | ||
| u"google-cloud-cloudbuild Documentation", | ||
| [author], | ||
| 1, | ||
| ) | ||
| ] | ||
|
|
||
| # If true, show URL addresses after external links. | ||
|
|
@@ -308,10 +314,10 @@ | |
| texinfo_documents = [ | ||
| ( | ||
| master_doc, | ||
| "google-cloud-build", | ||
| u"google-cloud-build Documentation", | ||
| "google-cloud-cloudbuild", | ||
| u"google-cloud-cloudbuild Documentation", | ||
| author, | ||
| "google-cloud-build", | ||
| "google-cloud-cloudbuild", | ||
| "GAPIC library for the {metadata.shortName} v1 service", | ||
| "APIs", | ||
| ) | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixup applied in PR #9638 should be applied here, too.