From 6b69095c8b6a54b04159312567f2e2d8028c1ad2 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 25 Oct 2015 10:27:09 +0000 Subject: [PATCH] Move footnotes to the bottom --- docs/using.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/using.rst b/docs/using.rst index 9632c17d1..951f7875f 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -150,13 +150,6 @@ By default, the following locations are searched: .. keep it up to date with constants.py -.. rubric:: Footnotes - -.. [#venv] By using this virtualized Python enviroment (`virtualenv - `_) we don't pollute the main - OS space with packages from PyPI! - - Getting help ============ @@ -177,3 +170,10 @@ give us us as much information as possible: - copy and paste ``letsencrypt --version`` output - your operating system, including specific version - specify which installation_ method you've chosen + + +.. rubric:: Footnotes + +.. [#venv] By using this virtualized Python enviroment (`virtualenv + `_) we don't pollute the main + OS space with packages from PyPI!