Skip to content

Manually adding version 0.18.0 with Sphinx build.#2282

Merged
dhermes merged 1 commit intogoogleapis:gh-pagesfrom
dhermes:add-docs-0.18.0
Sep 9, 2016
Merged

Manually adding version 0.18.0 with Sphinx build.#2282
dhermes merged 1 commit intogoogleapis:gh-pagesfrom
dhermes:add-docs-0.18.0

Conversation

@dhermes
Copy link
Copy Markdown
Contributor

@dhermes dhermes commented Sep 9, 2016

Done via:

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

See #2281 for the changes to the versions files.

Also worth noting, due to the disappearance of some versions of the GAX generated libraries from PyPI, I had to slightly modify after git checkout 0.18.0, but this didn't change the build.

@dhermes dhermes added the docs label Sep 9, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 9, 2016
Done via:

$ git worktree add -b add-docs-0.18.0 ../hotfix official/gh-pages
$ git checkout 0.18.0
$ tox -e docs
$ cd ../hotfix
$ mkdir 0.18.0
$ cd -
$ cp -R docs/_build/html/ ../hotfix/0.18.0/
$ cd ../hotfix
$ git add 0.18.0/
@tseaver
Copy link
Copy Markdown
Contributor

tseaver commented Sep 9, 2016

LGTM

@dhermes dhermes merged commit c75b8af into googleapis:gh-pages Sep 9, 2016
@dhermes dhermes deleted the add-docs-0.18.0 branch September 9, 2016 04:56
@dhermes dhermes mentioned this pull request Sep 19, 2016
dhermes added a commit to dhermes/google-cloud-python that referenced this pull request Sep 23, 2016
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 🦕
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