docs: A word about codestyle and conventions in extensions
This commit is contained in:
parent
8c65f34d01
commit
b6844a1e99
@ -349,6 +349,15 @@ For examples of custom GStreamer elements implemented in Python, see
|
||||
:mod:`mopidy.audio.mixers`.
|
||||
|
||||
|
||||
Python conventions
|
||||
==================
|
||||
|
||||
In general, it would be nice if Mopidy extensions followed the same
|
||||
:ref:`codestyle` as Mopidy itself, as they're part of the same ecosystem. Among
|
||||
other things, the code style guide explains why all the above examples start
|
||||
with ``from __future__ import unicode_literals``.
|
||||
|
||||
|
||||
Use of Mopidy APIs
|
||||
==================
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user