From 0852f8ff4a10c8bdaa623c0b4d90a1ad511d4e03 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 22 Dec 2013 13:41:41 -0800 Subject: [PATCH] docs: "using plugins" section Plugin pages can now link to :ref:`using-plugins` for instructions. --- docs/plugins/index.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 217a36e0b..1a527391a 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -7,10 +7,15 @@ beets by itself doesn't do what you want it to, you may just need to enable a plugin---or, if you want to do something new, :doc:`writing a plugin ` is easy if you know a little Python. -To use one of the plugins included with beets (see below for a list), just use -the `plugins` option in your `config.yaml` file, like so:: +.. _using-plugins: - plugins: mygreatplugin someotherplugin +Using Plugins +------------- + +To use one of the plugins included with beets (see the rest of this page for a +list), just use the `plugins` option in your `config.yaml` file, like so:: + + plugins: inline discogs web The value for `plugins` can be a space-separated list of plugin names or a YAML list like ``[foo, bar]``. You can see which plugins are currently enabled