| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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/
|
LGTM |
Sorry, something went wrong.
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
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 🦕
| Back | FazBrowse Home | New Git URL |
Also adding it as stable/ since that is the latest tag.
Done via: