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

Manually adding version 0.18.1 with Sphinx build. by dhermes · Pull Request #2281 · googleapis/google-cloud-python · GitHub

Manually adding version 0.18.1 with Sphinx build. - #2281

Merged
dhermes merged 2 commits into
googleapis:gh-pagesfrom
dhermes:add-docs-0.18.1
Sep 9, 2016
Merged

Manually adding version 0.18.1 with Sphinx build.#2281
dhermes merged 2 commits into
googleapis:gh-pagesfrom
dhermes:add-docs-0.18.1

Conversation

dhermes commented Sep 9, 2016

Copy link
Copy Markdown
Contributor

Also adding it as stable/ since that is the latest tag.

Done via:

$ git worktree add -b add-docs-0.18.1 ../hotfix official/gh-pages
$ git checkout 0.18.1
$ tox -e docs
$ cd ../hotfix
$ rm -fr stable
$ git rm -fr stable
$ mkdir stable
$ mkdir 0.18.1
$ cd -
$ cp -R docs/_build/html/ ../hotfix/stable/
$ cp -R docs/_build/html/ ../hotfix/0.18.1/
$ cd ../hotfix
$ git add stable/
$ git add 0.18.1/

dhermes added the docs label Sep 9, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 9, 2016
Also adding it as stable/ since that is the latest tag.

Done via:

$ git worktree add -b add-docs-0.18.1 ../hotfix official/gh-pages
$ git checkout 0.18.1
$ tox -e docs
$ cd ../hotfix
$ rm -fr stable
$ git rm -fr stable
$ mkdir stable
$ mkdir 0.18.1
$ cd -
$ cp -R docs/_build/html/ ../hotfix/stable/
$ cp -R docs/_build/html/ ../hotfix/0.18.1/
$ cd ../hotfix
$ git add stable/
$ git add 0.18.1/

tseaver commented Sep 9, 2016

Copy link
Copy Markdown
Contributor

LGTM

dhermes merged commit 4022809 into googleapis:gh-pages Sep 9, 2016
dhermes deleted the add-docs-0.18.1 branch September 9, 2016 04:56
dhermes mentioned this pull request Sep 19, 2016
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
parthea pushed a commit that referenced this pull request Apr 1, 2026
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](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose)
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 b/447388852 🦕
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