From c065f17c6a79ec52abc370c91f49e570798cf38e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:37:54 -0400 Subject: doc: update :class: to :py:class: for modern Sphinx. --- libbe/storage/util/settings_object.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbe/storage/util/settings_object.py') diff --git a/libbe/storage/util/settings_object.py b/libbe/storage/util/settings_object.py index 9e3ace5..819698f 100644 --- a/libbe/storage/util/settings_object.py +++ b/libbe/storage/util/settings_object.py @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License along with # Bugs Everywhere. If not, see . -"""Provides :class:`SavedSettingsObject` implementing settings-dict +"""Provides :py:class:`SavedSettingsObject` implementing settings-dict based property storage. See Also @@ -198,8 +198,8 @@ class SavedSettingsObject(object): properties. This is useful for BE objects with saved properties - (e.g. :class:`~libbe.bugdir.BugDir`, :class:`~libbe.bug.Bug`, - :class:`~libbe.comment.Comment`). For example usage, consider the + (e.g. :py:class:`~libbe.bugdir.BugDir`, :py:class:`~libbe.bug.Bug`, + :py:class:`~libbe.comment.Comment`). For example usage, consider the unittests at the end of the module. See Also -- cgit