-
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
#827: Use short form imports in pubsub docs #844
#827: Use short form imports in pubsub docs #844
Conversation
Does this have another PR as a diffbase? Overall LGTM. I noticed you added a forgotten method to |
@@ -45,16 +45,16 @@ List topics for the default project: | |||
|
|||
.. doctest:: | |||
|
|||
>>> from gcloud import pubsub | |||
>>> [topic.name for topic in pubsub.list_topics()] # API request | |||
>>> from gcloud.pubsub import list_topics |
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.
LGTM |
#847 (the original description says so.
This isn't API reference documentation -- it is "common pattern" / usage docs. |
#827: Use short form imports in pubsub docs
Uses #847 as a base.
Per #827.
@jgeewax, PTAL (particuarly at 4e1d2c9).