From efac05b062918af3edf0cce78afb936b07a4800b Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 23 Apr 2015 15:43:28 -0400 Subject: [PATCH] Clarify nature of 'pubsub-surface' document. - Rename to 'pubsub-usage'. - Update title. Fixes #838. --- docs/index.rst | 2 +- docs/{pubsub-surface.rst => pubsub-usage.rst} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/{pubsub-surface.rst => pubsub-usage.rst} (99%) diff --git a/docs/index.rst b/docs/index.rst index ca6ff2a94192..848564c23235 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,8 +14,8 @@ storage-blobs storage-buckets storage-acl + pubsub-usage pubsub-api - pubsub-surface pubsub-subscription pubsub-topic diff --git a/docs/pubsub-surface.rst b/docs/pubsub-usage.rst similarity index 99% rename from docs/pubsub-surface.rst rename to docs/pubsub-usage.rst index f1abcba392be..a5022338298f 100644 --- a/docs/pubsub-surface.rst +++ b/docs/pubsub-usage.rst @@ -1,5 +1,5 @@ -``gcloud.pubsub`` API -===================== +Using the API +============= Connection / Authorization --------------------------