We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d480b5 + b5bcfb3 commit dba4f44Copy full SHA for dba4f44
docs/magics.rst
@@ -6,7 +6,7 @@ in a Jupyter notebook cell.
6
7
.. code::
8
9
- %load_ext google.cloud.bigquery
+ %load_ext bigquery_magics
10
11
This makes the ``%%bigquery`` magic available.
12
@@ -27,8 +27,9 @@ Running a parameterized query:
27
:start-after: [START bigquery_jupyter_query_params_scalars]
28
:end-before: [END bigquery_jupyter_query_params_scalars]
29
30
-API Reference
31
--------------
+BigQuery Magics Reference
+-------------------------
32
33
-.. automodule:: google.cloud.bigquery.magics.magics
34
- :members:
+- `BigQuery Magics Documentation`_
+
35
+.. _BigQuery Magics Documentation: https://googleapis.dev/python/bigquery-magics/latest
0 commit comments