-
Notifications
You must be signed in to change notification settings - Fork 3
docs: clean up docs and let the nox pass #24
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
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ More Examples | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
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 commentThe 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 commentThe 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. |
||
|
||
API Reference | ||
------------- | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it works. Otherwise, I can't pass the |
||
:dedent: 4 | ||
:start-after: [START bigquery_jupyter_query] | ||
:end-before: [END bigquery_jupyter_query] | ||
|
||
Running a parameterized query: | ||
|
||
.. literalinclude:: ./samples/snippets/query_params_scalars.py | ||
.. literalinclude:: ../samples/snippets/query_params_scalars.py | ||
:dedent: 4 | ||
:start-after: [START bigquery_jupyter_query_params_scalars] | ||
:end-before: [END bigquery_jupyter_query_params_scalars] | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.