Skip to content

Commit

Permalink
Merge pull request #965 from tseaver/quickfix-docs-build
Browse files Browse the repository at this point in the history
Fix docstrings FBO Sphinx rendering.
  • Loading branch information
tseaver committed Jul 4, 2015
2 parents 675c839 + 5cca643 commit 46db5d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
37 changes: 0 additions & 37 deletions docs/datastore-api.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:hidden:

gcloud-api
datastore-api
datastore-client
datastore-entities
datastore-keys
Expand Down
4 changes: 2 additions & 2 deletions gcloud/datastore/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _extended_lookup(connection, dataset_id, key_pbs,
eventual=False, transaction_id=None):
"""Repeat lookup until all keys found (unless stop requested).
Helper function for :method:`Client.get_multi`.
Helper function for :meth:`Client.get_multi`.
:type connection: :class:`gcloud.datastore.connection.Connection`
:param connection: The connection used to connect to datastore.
Expand Down Expand Up @@ -134,7 +134,7 @@ def get(self, key, missing=None, deferred=None):
.. note::
This is just a thin wrapper over :method:`get_multi`.
This is just a thin wrapper over :meth:`get_multi`.
The backend API does not make a distinction between a single key or
multiple keys in a lookup request.
Expand Down

0 comments on commit 46db5d9

Please sign in to comment.