Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

chore: cleanup intersphinx links - #1035

Merged
tswast merged 4 commits into
v3from
cleanup-intersphinx
Nov 1, 2021
Merged

chore: cleanup intersphinx links#1035
tswast merged 4 commits into
v3from
cleanup-intersphinx

Conversation

@tswast

Copy link
Copy Markdown
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@tswast
tswast requested review from a team and loferrisOctober 27, 2021 22:02
@product-auto-labelproduct-auto-labelBot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Oct 27, 2021
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Oct 27, 2021
@tswasttswast mentioned this pull request Oct 27, 2021
@tswast
tswast requested a review from plamutOctober 27, 2021 22:03
@tswasttswast added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 27, 2021
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 27, 2021

@plamutplamut left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good

Comment threaddocs/conf.py
"geopandas": ("https://geopandas.org/", None),
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

(nit) Wasn't that changed to https to avoid an unnecessary redirect? I remember seeing this before recently.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

I remember that too. Maybe we did that in one of the other repos?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Done

Comment threadowlbot.py Outdated
Comment on lines -35 to -36
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Didn't we say we want to keep these? Since we'll keep the legacy proto models around for import?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

It's redundant with the templates from the synthtool repo. I'd rather not add them here + add a line to remove the duplicates (line 59)

@tswast
tswast merged commit 40c92c3 into v3Nov 1, 2021
@tswast
tswast deleted the cleanup-intersphinx branch November 1, 2021 16:40
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@tswast@plamut