summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorMarin Rukavina <marin@shinyshell.net>2012-05-01 18:12:11 +0200
committerMarin Rukavina <marin@shinyshell.net>2012-05-01 18:12:11 +0200
commitfaf33bf3bf999c8b38aa79a8bae11d4078bc4739 (patch)
tree07be0c3e31c8717c94251d8f7b0d27b05281b913 /docs/tutorials
parent99e617c44d4f55041f2da31c81cff520d403b80a (diff)
parentbd90c4f024c1c18c7dcc2135b386c96fa53264be (diff)
downloadpyramid-faf33bf3bf999c8b38aa79a8bae11d4078bc4739.tar.gz
pyramid-faf33bf3bf999c8b38aa79a8bae11d4078bc4739.tar.bz2
pyramid-faf33bf3bf999c8b38aa79a8bae11d4078bc4739.zip
Merge remote-tracking branch 'Pylons/master'
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki/installation.rst7
-rw-r--r--docs/tutorials/wiki2/installation.rst8
2 files changed, 8 insertions, 7 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index 63b30da5a..868c99dee 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -130,9 +130,10 @@ Preparation, Windows
Make a Project
==============
-Your next step is to create a project. :app:`Pyramid` supplies a variety of
-scaffolds to generate sample projects. For this tutorial, we will use the
-:term:`ZODB` -oriented scaffold named ``zodb``.
+Your next step is to create a project. For this tutorial, we will use the
+:term:`scaffold` named ``zodb``, which generates an application
+that uses :term:`ZODB` and :term:`traversal`. :app:`Pyramid`
+supplies a variety of scaffolds to generate sample projects.
The below instructions assume your current working directory is the
"virtualenv" named "pyramidtut".
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 40486057e..6589a1557 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -67,10 +67,10 @@ Preparation, Windows
Making a Project
================
-Your next step is to create a project. :app:`Pyramid` supplies a
-variety of scaffolds to generate sample projects. We will use the
-``alchemy`` scaffold, which generates an application
-that uses :term:`SQLAlchemy` and :term:`URL dispatch`.
+Your next step is to create a project. For this tutorial, we will use the
+:term:`scaffold` named ``alchemy``, which generates an application
+that uses :term:`SQLAlchemy` and :term:`URL dispatch`. :app:`Pyramid`
+supplies a variety of scaffolds to generate sample projects.
The below instructions assume your current working directory is the
"virtualenv" named "pyramidtut".