Skip to content
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

Merged
merged 5 commits into from
Apr 25, 2024
Merged

docs: clean up docs and let the nox pass #24

merged 5 commits into from
Apr 25, 2024

Conversation

ashleyxuu
Copy link
Contributor

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 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 #10 🦕

@ashleyxuu ashleyxuu requested a review from tswast April 17, 2024 21:58
@ashleyxuu ashleyxuu requested review from a team as code owners April 17, 2024 21:58
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Apr 17, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-magics API. label Apr 17, 2024
Copy link

snippet-bot bot commented Apr 17, 2024

Here is the summary of changes.

You are about to delete 57 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: s Pull request size is small. labels Apr 17, 2024
README.rst Outdated Show resolved Hide resolved
README.rst Outdated Show resolved Hide resolved
README.rst Outdated Show resolved Hide resolved
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>
Copy link
Collaborator

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.

Copy link
Contributor Author

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
Copy link
Collaborator

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.

Copy link
Contributor Author

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

Copy link
Collaborator

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.

@tswast tswast merged commit 275712f into main Apr 25, 2024
25 checks passed
@tswast tswast deleted the ashleyxu-docs-fix branch April 25, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-magics API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setup docs for %%bigquery magics
3 participants