From 679b0a586bc82d7ce3d96c7628e97195294f00cd Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Sat, 7 Mar 2015 13:45:58 +0100 Subject: [PATCH] Remove list_format_{album,item} sections from docs --- docs/changelog.rst | 4 ++-- docs/reference/config.rst | 19 ++++--------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9af5d0a34..693c4b1d8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -72,11 +72,11 @@ Core changes: ``albumtotal`` computed attribute that provides the total number of tracks on the album. (The :ref:`per_disc_numbering` option has no influence on this field.) -* The :ref:`list_format_album` and :ref:`list_format_item` configuration keys +* The `list_format_album` and `list_format_item` configuration keys now affect (almost) every place where objects are printed and logged. (Previously, they only controlled the :ref:`list-cmd` command and a few other scattered pieces.) :bug:`1269` -* :ref:`list_format_album` and :ref:`list_format_album` have respectively been +* `list_format_album` and `list_format_album` have respectively been renamed :ref:`format_album` and :ref:`format_item`. The old names still work but each triggers a warning message. :bug:`1271` diff --git a/docs/reference/config.rst b/docs/reference/config.rst index b7763c0b4..fc686a8b8 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -162,20 +162,8 @@ Either ``yes`` or ``no``, indicating whether the autotagger should use multiple threads. This makes things faster but may behave strangely. Defaults to ``yes``. + .. _list_format_item: - -list_format_item -~~~~~~~~~~~~~~~~ - -Deprecated option, replaced by :ref:`format_item`. - -.. _list_format_album: - -list_format_album -~~~~~~~~~~~~~~~~~ - -Deprecated option, replaced by :ref:`format_album`. - .. _format_item: format_item @@ -186,8 +174,9 @@ command and other commands that need to print out items. Defaults to ``$artist - $album - $title``. The ``-f`` command-line option overrides this setting. -It used to be named :ref:`list_format_item`. +It used to be named `list_format_item`. +.. _list_format_album: .. _format_album: format_album @@ -197,7 +186,7 @@ Format to use when listing *albums* with :ref:`list-cmd` and other commands. Defaults to ``$albumartist - $album``. The ``-f`` command-line option overrides this setting. -It used to be named :ref:`list_format_album`. +It used to be named `list_format_album`. .. _sort_item: