docs: Use 'config' more consistently

This commit is contained in:
Stein Magnus Jodal 2013-05-01 20:51:17 +02:00
parent c7ab8cedca
commit 01335b9fea

View File

@ -17,11 +17,11 @@ as simple as this:
Mopidy primarily reads config from the file ``~/.config/mopidy/mopidy.conf``, Mopidy primarily reads config from the file ``~/.config/mopidy/mopidy.conf``,
where ``~`` means your *home directory*. If your username is ``alice`` and you where ``~`` means your *home directory*. If your username is ``alice`` and you
are running Linux, the settings file should probably be at are running Linux, the config file should probably be at
``/home/alice/.config/mopidy/mopidy.conf``. You can either create the ``/home/alice/.config/mopidy/mopidy.conf``. You can either create the
configuration file yourself, or run the ``mopidy`` command, and it will create configuration file yourself, or run the ``mopidy`` command, and it will create
an empty settings file for you and print what config values must be set an empty config file for you and print what config values must be set to
to successfully start Mopidy. successfully start Mopidy.
When you have created the configuration file, open it in a text editor, and add When you have created the configuration file, open it in a text editor, and add
the config values you want to change. If you want to keep the default for a the config values you want to change. If you want to keep the default for a
@ -109,8 +109,8 @@ Core configuration values
.. confval:: logging/config_file .. confval:: logging/config_file
Config file that overrides all logging settings, see `the Python logging Config file that overrides all logging config values, see `the Python
docs`_ for details. logging docs`_ for details.
.. confval:: loglevels/* .. confval:: loglevels/*
@ -210,9 +210,9 @@ can use with the ``gst-launch-0.10`` command can be plugged into
New configuration values New configuration values
------------------------ ------------------------
Mopidy's settings validator will stop you from defining any config values in Mopidy's config validator will stop you from defining any config values in
your settings file that Mopidy doesn't know about. This may sound obnoxious, your config file that Mopidy doesn't know about. This may sound obnoxious,
but it helps us detect typos in your settings, and deprecated settings that but it helps us detect typos in your config, and deprecated config values that
should be removed or updated. should be removed or updated.
If you're extending Mopidy, and want to use Mopidy's configuration If you're extending Mopidy, and want to use Mopidy's configuration