Skip to content

Commit f9427af

Browse files
committed
Adding clarifying (by package) page titles where needed.
Stilling preserving the short name in the toctree. Also adding trailing newlines to all .rst files that\ didn't have it (this was a side-effect of my editor, but not a bad one).
1 parent bd8bcbc commit f9427af

10 files changed

+15
-15
lines changed

docs/datastore-client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Client
2-
======
1+
Datastore Client
2+
================
33

44
.. automodule:: gcloud.datastore.client
55
:members:

docs/datastore-entities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Entities
44
.. automodule:: gcloud.datastore.entity
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
:show-inheritance:

docs/datastore-keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Keys
44
.. automodule:: gcloud.datastore.key
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
:show-inheritance:

docs/datastore-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Queries
44
.. automodule:: gcloud.datastore.query
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
:show-inheritance:

docs/datastore-transactions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Transactions
44
.. automodule:: gcloud.datastore.transaction
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
:show-inheritance:

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:hidden:
1111
:caption: Datastore
1212

13-
datastore-client
13+
Client <datastore-client>
1414
datastore-entities
1515
datastore-keys
1616
datastore-queries
@@ -22,7 +22,7 @@
2222
:hidden:
2323
:caption: Storage
2424

25-
storage-client
25+
Client <storage-client>
2626
storage-blobs
2727
storage-buckets
2828
storage-acl
@@ -33,7 +33,7 @@
3333
:caption: Pub/Sub
3434

3535
pubsub-usage
36-
pubsub-client
36+
Client <pubsub-client>
3737
pubsub-topic
3838
pubsub-subscription
3939

docs/pubsub-client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Client
2-
========
1+
Pub/Sub Client
2+
==============
33

44
.. automodule:: gcloud.pubsub.client
55
:members:

docs/storage-acl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ACL
44
.. automodule:: gcloud.storage.acl
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
:show-inheritance:

docs/storage-buckets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Buckets
44
.. automodule:: gcloud.storage.bucket
55
:members:
66
:undoc-members:
7-
:show-inheritance:
7+
:show-inheritance:

docs/storage-client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Client
2-
======
1+
Storage Client
2+
==============
33

44
.. automodule:: gcloud.storage.client
55
:members:

0 commit comments

Comments
 (0)