Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.8k
[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
Uh oh!
There was an error while loading. Please reload this page.
[CHANGE ME] Re-generated cloudbuild to pick up changes in the API or client library generator. #9740
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| div#python2-eol { | ||
| border-color: red; | ||
| border-width: medium; | ||
| } | ||
| } |
| 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' %} | ||
| 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", | ||
| ) | ||
Uh oh!
There was an error while loading. Please reload this page.
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.