From 991cd69621f95acd2192ac62a08eb139d3e22215 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 10 Jan 2017 09:29:23 -0500 Subject: [PATCH] Fixed #27711 -- Demoted "Installing a distribution-specific package" in install intro. --- docs/intro/install.txt | 7 +++---- docs/topics/install.txt | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/intro/install.txt b/docs/intro/install.txt index c1348fbe625..7a338ee858a 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -53,13 +53,12 @@ Install Django You've got three easy options to install Django: -* Install a version of Django :doc:`provided by your operating system - distribution `. This is the quickest option for those - who have operating systems that distribute Django. - * :ref:`Install an official release `. This is the best approach for most users. +* Install a version of Django :ref:`provided by your operating system + distribution `. + * :ref:`Install the latest development version `. This option is for enthusiasts who want the latest-and-greatest features and aren't afraid of running brand new code. diff --git a/docs/topics/install.txt b/docs/topics/install.txt index fbd64477438..5bdd98596d4 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -181,6 +181,8 @@ This is the recommended way to install Django. .. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/ .. _standalone pip installer: https://pip.pypa.io/en/latest/installing/#installing-with-get-pip-py +.. _installing-distribution-package: + Installing a distribution-specific package ------------------------------------------