-
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 all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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.
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.