Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
cc633ee
chore: onboard to librarian
ohmayr Nov 5, 2025
c0b2ba3
add setup file
ohmayr Nov 5, 2025
58244e1
update blacken
ohmayr Nov 5, 2025
97f48f4
revert system test version to 3.12
ohmayr Nov 5, 2025
f1c559e
wip
ohmayr Nov 6, 2025
f5bb5b0
wip
ohmayr Nov 6, 2025
8fac832
wip
ohmayr Nov 6, 2025
27df1a4
wip
ohmayr Nov 6, 2025
1047741
wip
ohmayr Nov 6, 2025
4ad99dc
wip
ohmayr Nov 6, 2025
125179a
wip
ohmayr Nov 6, 2025
8201304
wip
ohmayr Nov 6, 2025
5f89e33
wip
ohmayr Nov 7, 2025
c916a92
wip
ohmayr Nov 7, 2025
5adda80
wip
ohmayr Nov 7, 2025
dc42efc
wip
ohmayr Nov 7, 2025
7fc2948
wip
ohmayr Nov 7, 2025
6658906
wip
ohmayr Nov 7, 2025
5c60088
wip
ohmayr Nov 7, 2025
b45b0a2
wip
ohmayr Nov 7, 2025
a53781a
wip
ohmayr Nov 7, 2025
e808405
wip
ohmayr Nov 7, 2025
6b27075
wip
ohmayr Nov 7, 2025
5e33afb
wip
ohmayr Nov 8, 2025
e98a4b7
wip
ohmayr Nov 8, 2025
b1d2427
update sha
ohmayr Nov 10, 2025
2a44764
update sha
ohmayr Nov 10, 2025
5919f3c
wip
ohmayr Nov 10, 2025
22c7cfa
wip
ohmayr Nov 10, 2025
7ed3697
wip
ohmayr Nov 10, 2025
d39305e
wip
ohmayr Nov 11, 2025
e730ecc
wip
ohmayr Nov 11, 2025
c5a37fc
wip
ohmayr Nov 11, 2025
dc17924
wip
ohmayr Nov 11, 2025
ea2fb81
generated changes
ohmayr Nov 11, 2025
5e14343
update sha
ohmayr Nov 11, 2025
3623604
remove files
ohmayr Nov 11, 2025
594ccfe
update python version for lint
ohmayr Nov 12, 2025
4b3bc2c
revert setup file to main
ohmayr Nov 14, 2025
907ed25
reorder apis
ohmayr Nov 17, 2025
5e8d17b
fix docs
ohmayr Nov 17, 2025
41e701c
address failure
ohmayr Nov 18, 2025
69fccf7
rename owlbot.py to librarian.py
ohmayr Nov 18, 2025
6f8a89b
rename file
ohmayr Nov 18, 2025
97d7374
chore: create a release
ohmayr Nov 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix docs
  • Loading branch information
ohmayr committed Nov 17, 2025
commit 5e8d17b90c530eb72551358451a3f7244818598b
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
libraries:
- id: google-cloud-spanner
version: 3.59.0
last_generated_commit: cf0434f4bd20618db60ddd16a1e7db2c0dfb9158
last_generated_commit: 136201b66f70829232b7ec63fa6e35ca765bcacb
apis:
- path: google/spanner/admin/database/v1
service_config: spanner.yaml
Expand Down
24 changes: 12 additions & 12 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
#
# google-cloud-spanner-admin-instance documentation build configuration file
# google-cloud-spanner documentation build configuration file
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -81,7 +81,7 @@
root_doc = "index"

# General information about the project.
project = u"google-cloud-spanner-admin-instance"
project = u"google-cloud-spanner"
copyright = u"2025, Google, LLC"
author = u"Google APIs"

Expand Down Expand Up @@ -155,7 +155,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"description": "Google Cloud Client Libraries for google-cloud-spanner-admin-instance",
"description": "Google Cloud Client Libraries for google-cloud-spanner",
"github_user": "googleapis",
"github_repo": "google-cloud-python",
"github_banner": True,
Expand Down Expand Up @@ -249,7 +249,7 @@
# html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = "google-cloud-spanner-admin-instance-doc"
htmlhelp_basename = "google-cloud-spanner-doc"

# -- Options for warnings ------------------------------------------------------

Expand Down Expand Up @@ -282,8 +282,8 @@
latex_documents = [
(
root_doc,
"google-cloud-spanner-admin-instance.tex",
u"google-cloud-spanner-admin-instance Documentation",
"google-cloud-spanner.tex",
u"google-cloud-spanner Documentation",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The u prefix for this string is unnecessary in Python 3, as all strings are Unicode by default. It can be removed for cleaner code.

Suggested change
u"google-cloud-spanner Documentation",
"google-cloud-spanner Documentation",

author,
"manual",
)
Expand Down Expand Up @@ -317,8 +317,8 @@
man_pages = [
(
root_doc,
"google-cloud-spanner-admin-instance",
"google-cloud-spanner-admin-instance Documentation",
"google-cloud-spanner",
"google-cloud-spanner Documentation",
[author],
1,
)
Expand All @@ -336,11 +336,11 @@
texinfo_documents = [
(
root_doc,
"google-cloud-spanner-admin-instance",
"google-cloud-spanner-admin-instance Documentation",
"google-cloud-spanner",
"google-cloud-spanner Documentation",
author,
"google-cloud-spanner-admin-instance",
"google-cloud-spanner-admin-instance Library",
"google-cloud-spanner",
"google-cloud-spanner Library",
"APIs",
)
]
Expand Down
Loading