summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorLuisCastilloH <andres.castillo.hdez@gmail.com>2018-05-15 15:42:28 -0500
committerLuisCastilloH <andres.castillo.hdez@gmail.com>2018-05-15 15:42:28 -0500
commita3b215947627a6c420a5e1cd12f7bfb23379d831 (patch)
treea73ab1958d71fa854e95acc7f19010fda9b6cb3b /docs/quick_tutorial
parentc0f5f071b4d8672996b006d1ea38b870bfea1e11 (diff)
downloadpyramid-a3b215947627a6c420a5e1cd12f7bfb23379d831.tar.gz
pyramid-a3b215947627a6c420a5e1cd12f7bfb23379d831.tar.bz2
pyramid-a3b215947627a6c420a5e1cd12f7bfb23379d831.zip
Added cut and paste instructions in new location
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 8da9f71b3..b76b1be40 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/tree/master/docs/quick_tutorial>`_. 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: