From 725f391399ffd4a59512d3933a78ceac715ba1a1 Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Tue, 8 May 2018 09:06:58 -0700 Subject: [PATCH 1/2] docs: installation: Add link to Quickstart after install Once Flask is installed many users will want to proceed to the next section in the docs (Quickstart). Add a link to the end of the Install section for this. --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 15b2f8f7..738eea74 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -142,6 +142,8 @@ update the code from the master branch: pip install -U https://github.com/pallets/flask/archive/master.tar.gz +Once you've installed Flask you can continue to :ref:`quickstart`. + .. _install-install-virtualenv: Install virtualenv From 335dcf8ec4da820879682b97c1166e0f44162560 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 8 May 2018 20:10:27 -0700 Subject: [PATCH 2/2] clarify the section navigation in installation --- docs/installation.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 738eea74..0014f136 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -132,6 +132,9 @@ Within the activated environment, use the following command to install Flask: pip install Flask +Flask is now installed. Check out the :doc:`/quickstart` or go to the +:doc:`Documentation Overview `. + Living on the edge ~~~~~~~~~~~~~~~~~~ @@ -142,8 +145,6 @@ update the code from the master branch: pip install -U https://github.com/pallets/flask/archive/master.tar.gz -Once you've installed Flask you can continue to :ref:`quickstart`. - .. _install-install-virtualenv: Install virtualenv @@ -179,7 +180,7 @@ On Windows, as an administrator: \Python27\python.exe Downloads\get-pip.py \Python27\python.exe -m pip install virtualenv -Now you can continue to :ref:`install-create-env`. +Now you can return above and :ref:`install-create-env`. .. _virtualenv: https://virtualenv.pypa.io/ .. _get-pip.py: https://bootstrap.pypa.io/get-pip.py