docs: Fix class links in Ext API docs
This commit is contained in:
parent
4c08a5dfab
commit
1debaf3276
@ -54,7 +54,7 @@ class Extension(object):
|
|||||||
For example, this method can be used to check if all dependencies that
|
For example, this method can be used to check if all dependencies that
|
||||||
are needed are installed.
|
are needed are installed.
|
||||||
|
|
||||||
:raises: :class:`mopidy.exceptions.ExtensionsError`
|
:raises: :class:`~mopidy.exceptions.ExtensionError`
|
||||||
:returns: :class:`None`
|
:returns: :class:`None`
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
@ -69,7 +69,7 @@ class Extension(object):
|
|||||||
def get_backend_classes(self):
|
def get_backend_classes(self):
|
||||||
"""List of backend actor classes to start
|
"""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 []
|
return []
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user