summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-17 21:44:05 -0400
committerChris McDonough <chrism@plope.com>2011-10-17 21:44:05 -0400
commitf01fc7ce0cb03f093b1ab4d32b774d685df85b57 (patch)
tree6a5bf6aad0a830904f934e1442ade003b9220add /docs/narr
parentcc4e916e4e79fb85e36d108c6a569215bbd32174 (diff)
downloadpyramid-f01fc7ce0cb03f093b1ab4d32b774d685df85b57.tar.gz
pyramid-f01fc7ce0cb03f093b1ab4d32b774d685df85b57.tar.bz2
pyramid-f01fc7ce0cb03f093b1ab4d32b774d685df85b57.zip
fix note rendering
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 4f96448af..8fa4fbe9f 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -62,11 +62,12 @@ The included scaffolds are these:
.. note::
-Rather than use any of the above scaffolds, Pylons 1 users may feel more
-comfortable installing the :term:`Akhet` development environment, which
-provides a scaffold named ``akhet``. This scaffold configures a Pyramid
-application in a "Pylons-esque" way, including the use of a :term:`view
-handler` to map URLs to code (a handler is much like a Pylons "controller").
+ Rather than use any of the above scaffolds, Pylons 1 users may feel more
+ comfortable installing the :term:`Akhet` development environment, which
+ provides a scaffold named ``akhet``. This scaffold configures a Pyramid
+ application in a "Pylons-esque" way, including the use of a :term:`view
+ handler` to map URLs to code (a handler is much like a Pylons
+ "controller").
.. index::
single: creating a project