FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix doc line linking by daspecster · Pull Request #2025 · googleapis/google-cloud-python · GitHub

Fix doc line linking - #2025

Merged
daspecster merged 6 commits into
googleapis:masterfrom
daspecster:fix-doc-line-linking
Jul 29, 2016
Merged

Fix doc line linking#2025
daspecster merged 6 commits into
googleapis:masterfrom
daspecster:fix-doc-line-linking

Conversation

Copy link
Copy Markdown
Contributor

Fixes #2024 and adds Error Reporting module.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 26, 2016
source_path = source.replace(path, '')

return source_path[1:]
return source_path

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Copy link
Copy Markdown
Contributor Author

@tseaver there we go. LMKWYT!

ABSOLUTE_LIBRARY_PATH = '/'.join(os.path.abspath(gcloud.__file__)
.split('/')[:-2])


This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

daspecster force-pushed the fix-doc-line-linking branch from 3055ed3 to 6bbe052 Compare July 26, 2016 17:30
Comment thread scripts/generate_json_docs.py Outdated
if 'gcloud-python' in source:
source_path = source.split('gcloud-python')[1]
if ABSOLUTE_LIBRARY_PATH in source:
source_path = source.replace(ABSOLUTE_LIBRARY_PATH, '')

This comment was marked as spam.

This comment was marked as spam.

tseaver commented Jul 28, 2016

Copy link
Copy Markdown
Contributor

The test fix is my bad: I introduced the test failure while merging / fixing up #2029. I restarted Travis after pushing my fix.

tseaver commented Jul 28, 2016

Copy link
Copy Markdown
Contributor

LGTM

daspecster merged commit c0e4e37 into googleapis:master Jul 29, 2016
daspecster deleted the fix-doc-line-linking branch July 29, 2016 13:37
This was referenced Aug 3, 2016
parthea pushed a commit that referenced this pull request Mar 6, 2026
* chore(deps): update all dependencies

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Apr 1, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL