-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Prep bigquery docs for repo split #5955
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
Prep bigquery docs for repo split #5955
Conversation
|
||
>>> from google.cloud import bigquery | ||
>>> client = bigquery.Client() | ||
.. include:: /../bigquery/README.rst |
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.
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.
@theacodes PTAL at |
Add a redirect for BigQuery from 'usage.html' -> 'index.html'.
Toward #5912.
@tswast, the changes to
biqguery/docs/index.rst
to DRY it withbigquery/README.rst
bring it more in line with how other library landing pages are structured: the biggest change is that the big gray ToC at the top is gone, because I couldn't figure out how to generate it once I was using.. include:: /../bigquery/README
. The relevant pages are still linked in the sidebar menu, however.