From 5fb16eb1ea75652fc46edabf8a3812ebe6cb0939 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 11 Apr 2013 22:54:55 +0200 Subject: [PATCH] docs: Add extension registry --- docs/ext/index.rst | 33 +++++++++++++++++++++++++++++++++ docs/index.rst | 9 ++------- 2 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 docs/ext/index.rst diff --git a/docs/ext/index.rst b/docs/ext/index.rst new file mode 100644 index 00000000..a94295ec --- /dev/null +++ b/docs/ext/index.rst @@ -0,0 +1,33 @@ +********** +Extensions +********** + +Here you can find a list of packages that extend Mopidy with additional +functionality. This list is moderated and updated on a regular basis. If you +want your package to show up here, follow the :ref:`guide on creating +extensions `. + + +Bundled with Mopidy +=================== + +These extensions are created and maintained by Mopidy's core developers. They +are installed together with Mopidy and are enabled by default. + +.. toctree:: + :glob: + + ** + + +External extensions +=================== + +These extensions are created and maintained by other developers. + + +Mopidy-SoundCloud +----------------- + +To play music from `SoundCloud `_ check out +`Mopidy-SoundCloud `_. diff --git a/docs/index.rst b/docs/index.rst index 214ddd6c..dd89c679 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,22 +31,17 @@ Introduction ============ .. toctree:: - :maxdepth: 2 + :maxdepth: 3 installation/index installation/raspberrypi config running + ext/index clients/index troubleshooting -Extensions -========== - -TODO - - About =====