Fix error due to including BaseOutput twice in the docs
This commit is contained in:
parent
3dd9fc8564
commit
9d3a5aa054
@ -1,3 +1,5 @@
|
||||
.. _output-api:
|
||||
|
||||
**********
|
||||
Output API
|
||||
**********
|
||||
@ -11,6 +13,7 @@ Outputs are used by :mod:`mopidy.gstreamer` to output audio in some way.
|
||||
Output implementations
|
||||
======================
|
||||
|
||||
* :class:`mopidy.outputs.CustomOutput`
|
||||
* :class:`mopidy.outputs.LocalOutput`
|
||||
* :class:`mopidy.outputs.NullOutput`
|
||||
* :class:`mopidy.outputs.ShoutcastOutput`
|
||||
|
||||
@ -2,8 +2,14 @@
|
||||
:mod:`mopidy.outputs` -- GStreamer audio outputs
|
||||
************************************************
|
||||
|
||||
The following GStreamer audio outputs implements the :ref:`output-api`.
|
||||
|
||||
.. inheritance-diagram:: mopidy.outputs
|
||||
|
||||
.. automodule:: mopidy.outputs
|
||||
:synopsis: GStreamer audio outputs
|
||||
:members:
|
||||
.. autoclass:: mopidy.outputs.CustomOutput
|
||||
|
||||
.. autoclass:: mopidy.outputs.LocalOutput
|
||||
|
||||
.. autoclass:: mopidy.outputs.NullOutput
|
||||
|
||||
.. autoclass:: mopidy.outputs.ShoutcastOutput
|
||||
|
||||
Loading…
Reference in New Issue
Block a user