Skip to content

Add intersphinx for docs linking. - #1036

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:add-intersphinx
Aug 6, 2015
Merged

Add intersphinx for docs linking.#1036
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:add-intersphinx

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

NOTE: Has #1035 as base.

@dhermesdhermes added the docs label Aug 5, 2015
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 5, 2015
@dhermes

Copy link
Copy Markdown
ContributorAuthor

@tseaver Rebased

@tseaver

Copy link
Copy Markdown
Contributor

I still don't see a point to the pythonlocal mapping: no Python programmer is going to need to look any of those values up.

@dhermes

Copy link
Copy Markdown
ContributorAuthor

It's nice to add the links. Somehow it feels inconsistent to link to some objects and not to others.

I'm not sure who it hurts.

@dhermes

Copy link
Copy Markdown
ContributorAuthor

@tseaver It turns out I just wasn't using the right refs (e.g. using :class: when I needed to be used :data:). There is no need for the pythonlocal rule. I rebased and got rid of it and also added an intersphinx rule for httplib2 (I found it yesterday).

@tseaver

Copy link
Copy Markdown
Contributor

Great! LGTM

dhermes added a commit that referenced this pull request Aug 6, 2015
@dhermes
dhermes merged commit 42fa77d into googleapis:masterAug 6, 2015
@dhermes
dhermes deleted the add-intersphinx branch August 6, 2015 23:59
@dhermesdhermes mentioned this pull request Aug 12, 2015
parthea pushed a commit that referenced this pull request Nov 22, 2025
* remove custom _make_metadata
* remove gapic customizations
* fixed lint
parthea added a commit that referenced this pull request Nov 24, 2025
* chore(python): remove .gitignore from templates
Source-Link: googleapis/synthtool@419d94c
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
* Remove replacement in owlbot.py
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
parthea pushed a commit that referenced this pull request Mar 2, 2026
* remove custom _make_metadata
* remove gapic customizations
* fixed lint
parthea pushed a commit that referenced this pull request Mar 6, 2026
* process: add mypy types check to nox sessions
* Ignore type errors for not annotated modules
Several dependencies lack type annotations, or they don't advertise
themselves as type-annotated. We do not want `mypy` to complain about
these.
* Fix mypy complaints (batch 1)
* Fix mypy complaints (batch 2)
* Fix mypy complaints (batch 3)
* Fix mypy false positive errors
* Simplify external config options instantiation
* Do not ignore api-core in type checks
More recent releases of google-api-core have typing enabled.
* Remove unneeded __hash__ = None lines
* Use an alias for timeout type in client.py
* Fix PathLike subscription error in pre-Python 3.9
* Fix a typo in docstring
Co-authored-by: Tim Swast <swast@google.com>
* Add mypy to the list of nox sessions to run
* Fix opentelemetry type error
The Opentelemetry APi has changed from the minimum version the
BigQuery client currently uses, we thus need to bound the maximum
Opentelemetry version.
In addition, that maximum version does not yet support type checks, thus
it is ignored.
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Exclude type-checking code from coverage
* Fix patching opentelemetry tracer pvoider
* Adjust get_job() return type, ignore opentelemetry
Co-authored-by: Tim Swast <swast@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Mar 9, 2026
* feat: Introduce compatibility with native namespace packages
* update .coveragerc to reflect changes
* remove replacement in owlbot.py
* exclude coverage for .nox/* and /tmp/*
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@tseaver@googlebot