From dd27b19c1b46c28c2db7ee8b023ad65d2c3395d6 Mon Sep 17 00:00:00 2001 From: Marcus Smith Date: Wed, 1 Apr 2015 16:57:15 -0700 Subject: [PATCH] fix broken section anchor --- docs/reference/pip_install.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/reference/pip_install.rst b/docs/reference/pip_install.rst index 319af1e0c..26bcc7fc2 100644 --- a/docs/reference/pip_install.rst +++ b/docs/reference/pip_install.rst @@ -16,8 +16,6 @@ Description .. pip-command-description:: install -.. _`Requirements File Format`: - Installation Order ++++++++++++++++++ @@ -36,6 +34,9 @@ which depends on foo:: ... Installing collected packages foo, baz, bar + +.. _`Requirements File Format`: + Requirements File Format ++++++++++++++++++++++++ @@ -524,5 +525,3 @@ Examples :: $ pip install --pre SomePackage - -