aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/util/id.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:41:21 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:41:21 -0400
commit3354bfda0d54f860f7c83db76dd32e395cd5d1ee (patch)
tree25ebeb99d9ed8ca69dcc3d6ce93968a50a290600 /libbe/util/id.py
parent27ca8426ae587b73cde11a5d681efc029b8632a4 (diff)
downloadbugseverywhere-3354bfda0d54f860f7c83db76dd32e395cd5d1ee.tar.gz
doc: update :meth: to :py:meth: for modern Sphinx.
Diffstat (limited to 'libbe/util/id.py')
-rw-r--r--libbe/util/id.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbe/util/id.py b/libbe/util/id.py
index 8c34303..8605d09 100644
--- a/libbe/util/id.py
+++ b/libbe/util/id.py
@@ -332,14 +332,14 @@ class ID (object):
don't have to fetch all the ids in the storage repository but
can restrict yourself to a specific branch.
- You can generate ids of this sort with the :meth:`user` method,
+ You can generate ids of this sort with the :py:meth:`user` method,
although in order to preform the truncation, your object (and its
parents must define a `sibling_uuids` method.
While users can use the convenient short user ids in the short
term, the truncation will inevitably lead to name collision. To
avoid that, we provide a non-truncated form of the short user ids
- via the :meth:`long_user` method. These long user ids should be
+ via the :py:meth:`long_user` method. These long user ids should be
converted to short user ids by intelligent user interfaces.
See Also
@@ -385,7 +385,7 @@ class ID (object):
def child_uuids(child_storage_ids):
"""Extract uuid children from other children generated by
- :meth:`ID.storage`.
+ :py:meth:`ID.storage`.
This is useful for separating data belonging to a particular
object directly from entries for its child objects. Since the