From 814c74a9b2c9ab8004f13dde8c3ebab2528a81ae Mon Sep 17 00:00:00 2001 From: Nathaniel Beaver Date: Wed, 27 Apr 2016 13:41:58 -0500 Subject: [PATCH] Move footnote down to bottom of section. --- readme.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.rst b/readme.rst index 3478e24..72673ce 100644 --- a/readme.rst +++ b/readme.rst @@ -2171,16 +2171,6 @@ such as: - licensing metadata, - and `sophisticated dependency management`_. -.. [#windows_package_signing] Windows provides the means to cryptographically sign - ``.exe`` and ``.msi`` installers, - but it is not required for installation. - - The Windows installer verifies signatures on .msi packages. If a package - has an invalid signature, the installer warns users before it installs - the package. - - http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/best_practices.doc - .. _mandatory cryptographic signing of packages: http://purplefloyd.wordpress.com/2009/02/05/signing-deb-packages/ .. _sophisticated dependency management: https://www.debian.org/doc/debian-policy/ch-relationships.html .. _optional fully automatic non-interactive installation: http://debian-handbook.info/browse/wheezy/sect.automatic-upgrades.html @@ -2282,6 +2272,16 @@ but a `pain in the neck`_ on Windows. .. _pain in the neck: http://matplotlib.org/users/installing.html#windows +.. [#windows_package_signing] Windows provides the means to cryptographically sign + ``.exe`` and ``.msi`` installers, + but it is not required for installation. + + The Windows installer verifies signatures on .msi packages. If a package + has an invalid signature, the installer warns users before it installs + the package. + + http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/best_practices.doc + ------------------------------------------------------------ Fixing configuration problems with commands instead of GUIs. ------------------------------------------------------------