docs: Add note about extension's API usage
This commit is contained in:
parent
0052dbeb0d
commit
a2e08c6d4e
@ -1,3 +1,5 @@
|
|||||||
|
.. _api-ref:
|
||||||
|
|
||||||
*************
|
*************
|
||||||
API reference
|
API reference
|
||||||
*************
|
*************
|
||||||
|
|||||||
@ -329,3 +329,11 @@ all your custom GStreamer elements.
|
|||||||
|
|
||||||
For examples of custom GStreamer elements implemented in Python, see
|
For examples of custom GStreamer elements implemented in Python, see
|
||||||
:mod:`mopidy.audio.mixers`.
|
:mod:`mopidy.audio.mixers`.
|
||||||
|
|
||||||
|
|
||||||
|
Use of Mopidy APIs
|
||||||
|
==================
|
||||||
|
|
||||||
|
When writing an extension, you should only use APIs documented at
|
||||||
|
:ref:`api-ref`. Other parts of Mopidy, like :mod:`mopidy.utils` may change at
|
||||||
|
any time, and is not something extensions should rely on being stable.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user