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

BigQuery: use autosummary to split up API reference docs #5340

Merged
merged 4 commits into from
May 22, 2018

Conversation

tswast
Copy link
Contributor

@tswast tswast commented May 17, 2018

@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.

@tswast tswast requested review from theacodes and crwilcox May 17, 2018 00:07
@tswast tswast requested a review from lukesneeringer as a code owner May 17, 2018 00:07
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 17, 2018
@tswast
Copy link
Contributor Author

tswast commented May 17, 2018

job.ExtractJob
job.UnknownJob

Job Resources

This comment was marked as spam.

This comment was marked as spam.

@@ -0,0 +1,280 @@
License for Sphinx

This comment was marked as spam.

This comment was marked as spam.


.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}

This comment was marked as spam.

This comment was marked as spam.

@@ -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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants