-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: clean up docs and let the nox pass #24
Conversation
Here is the summary of changes. You are about to delete 57 region tags.
This comment is generated by snippet-bot.
|
docs/index.rst
Outdated
usage/index | ||
Official Google BigQuery How-to Guides <https://cloud.google.com/bigquery/docs/how-to> | ||
magics | ||
Official Google BigQuery Magics Guide <https://cloud.google.com/python/docs/reference/bigquery/latest/magics> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page is going to change. Likely we'll want to publish sphinx docs to googleapis.dev similar to https://googleapis.dev/python/pandas-gbq/latest/
That said, if you're looking for an equivalent to the usage guides, that's not it anyway.
https://cloud.google.com/bigquery/docs/visualize-jupyter is close, though that's a tutorial, not a usage guide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, putting https://cloud.google.com/bigquery/docs/visualize-jupyter link for interim now until we have the sphinx docs ready.
@@ -15,14 +15,14 @@ Code Samples | |||
|
|||
Running a query: | |||
|
|||
.. literalinclude:: ./samples/snippets/query.py | |||
.. literalinclude:: ../samples/snippets/query.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this actually work? In the past, I've had to put a symlink in the docs folder to the samples for the docs build to actually find the right files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it works. Otherwise, I can't pass the nox -s docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can delete this file. Probably in the next PR though, since it'll be nice just to have the docs build passing.
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:
Fixes #10 🦕