From 0fb8e3c47947e2b124734921e7b405c669703e16 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Thu, 15 Oct 2015 00:07:26 -0700 Subject: [PATCH] Move augeaus & venv references --- docs/contributing.rst | 2 ++ docs/using.rst | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 4c3d91902..6d0a2d4ba 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -312,6 +312,8 @@ In general: * ``virtualenv`` and ``pip`` are used for managing other python library dependencies +.. _Augeas: http://augeas.net/ +.. _Virtualenv: https://virtualenv.pypa.io Ubuntu ------ diff --git a/docs/using.rst b/docs/using.rst index 5683fba21..0a781431a 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -67,10 +67,6 @@ By default, the following locations are searched: .. keep it up to date with constants.py -.. _Augeas: http://augeas.net/ -.. _Virtualenv: https://virtualenv.pypa.io - - Running with Docker ===================