From: Stephen Finucane Date: Fri, 24 Nov 2017 19:56:53 +0000 (+0000) Subject: doc: Remove references to 'UPGRADING' and 'CHANGELOG' X-Git-Tag: v2.1.0-rc1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763e4b48e9c9a7be35b3581174763adc4ef287f4;p=thirdparty%2Fpatchwork.git doc: Remove references to 'UPGRADING' and 'CHANGELOG' These documents have been replaced by release notes. Remove references to them. Signed-off-by: Stephen Finucane Reviewed-by: Daniel Axtens --- diff --git a/docs/deployment/upgrading.rst b/docs/deployment/upgrading.rst index 298db111..2c2766c5 100644 --- a/docs/deployment/upgrading.rst +++ b/docs/deployment/upgrading.rst @@ -3,9 +3,9 @@ Upgrading This document provides some general tips and tricks that one can use when upgrading an existing, production installation of Patchwork. If you are -interested in the specific changes between each release, refer to the -`UPGRADING` document instead. If this is your first time installing Patchwork, -refer to the :doc:`installation` instead. +interested in the specific changes between each release, refer to +:doc:`/releases/index` instead. If this is your first time installing +Patchwork, refer to the :doc:`installation` instead. Before You Start ---------------- @@ -21,7 +21,7 @@ will provide an easier, if slower, upgrade process. Identify Changed Scripts, Requirements, etc. -------------------------------------------- -The `CHANGELOG` document provides a comprehensive listing of all +:doc:`/releases/index` provides a comprehensive listing of all backwards-incompatible changes that occur between releases of Patchwork. Examples of such changes include: @@ -42,7 +42,7 @@ dependencies, e.g. newer versions of Django. It is important that you understand these requirements and can fulfil them. This is particularly true for users relying on distro-provided packages, who may have to deal with older versions of a package or may be missing a package altogether (though we try to -avoid this). Such changes are usually listed in the `UPGRADING` document, but +avoid this). Such changes are usually listed in the :doc:`/releases/index`, but you can also diff the `requirements.txt` files in each release for comparison. Collect Static Files diff --git a/docs/releases/index.rst b/docs/releases/index.rst index f0d60637..8ddaafb2 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -1,5 +1,5 @@ -Releases -======== +Release Notes +============= Release notes for each Patchwork releases are provided below. For information on the release process, refer to :doc:`/development/releasing`.