From 1debaf327631811569a2eb6976eb8cddd910cdee Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 14 Apr 2013 14:28:09 +0200 Subject: [PATCH] docs: Fix class links in Ext API docs --- mopidy/ext.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/ext.py b/mopidy/ext.py index 677086cd..13df48c2 100644 --- a/mopidy/ext.py +++ b/mopidy/ext.py @@ -54,7 +54,7 @@ class Extension(object): For example, this method can be used to check if all dependencies that are needed are installed. - :raises: :class:`mopidy.exceptions.ExtensionsError` + :raises: :class:`~mopidy.exceptions.ExtensionError` :returns: :class:`None` """ pass @@ -69,7 +69,7 @@ class Extension(object): def get_backend_classes(self): """List of backend actor classes to start - :returns: list of :class:`mopidy.backends.base.Backend` subclasses + :returns: list of :class:`~mopidy.backends.base.Backend` subclasses """ return []