summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-05-17 14:09:02 -0700
committerGitHub <noreply@github.com>2018-05-17 14:09:02 -0700
commit85900228894814105aa882e1e71f1e4e69090a9e (patch)
tree583f3d1bc4855ee8a206c02a75aa2bcd2170058b /docs/quick_tutorial
parente080c91869d23eeb2567bb83db03c3f92e0a711c (diff)
parente6581faba90297aec9e41293be8c181f89e6816d (diff)
downloadpyramid-85900228894814105aa882e1e71f1e4e69090a9e.tar.gz
pyramid-85900228894814105aa882e1e71f1e4e69090a9e.tar.bz2
pyramid-85900228894814105aa882e1e71f1e4e69090a9e.zip
Merge pull request #3283 from LuisCastilloH/Issue-3154
Add cut and paste text to quick tutorial index
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/tutorial_approach.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst
index cbc5c3449..83b229746 100644
--- a/docs/quick_tutorial/tutorial_approach.rst
+++ b/docs/quick_tutorial/tutorial_approach.rst
@@ -15,7 +15,7 @@ This "Getting Started" tutorial is broken into independent steps, starting with
the smallest possible "single file WSGI app" example. Each of these steps
introduces a topic and a very small set of concepts via working code. The steps
each correspond to a directory in our workspace, where each step's directory is
-a Python package.
+a Python package. Source code used in this tutorial is located in the `Pyramid repository in the directory "docs/quick_tutorial" <https://github.com/Pylons/pyramid/>`_. You may ``git clone`` the repository, download, or copy-paste the source code. If you do so, then make sure you use the same branch as this documentation.
As we develop our tutorial, our directory tree will resemble the structure
below: