-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
BigQuery: use autosummary to split up API reference docs #5340
Conversation
docs/bigquery/reference.rst
Outdated
job.ExtractJob | ||
job.UnknownJob | ||
|
||
Job Resources |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,280 @@ | |||
License for Sphinx |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
.. currentmodule:: {{ module }} | ||
|
||
.. autoclass:: {{ objname }} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -603,7 +603,7 @@ def get_job( | |||
Returns: | |||
Union[google.cloud.bigquery.job.LoadJob, \ | |||
google.cloud.bigquery.job.CopyJob, \ | |||
google.cloud.bigquery.job.ExtractJob \ | |||
google.cloud.bigquery.job.ExtractJob, \ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@alixhami and I have heard from several folks that the BigQuery API Reference docs are pretty impossible to navigate. This PR uses the autosummary module to split the docs into separate pages with an easier to browse summary table.