diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-17 21:44:05 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-17 21:44:05 -0400 |
| commit | f01fc7ce0cb03f093b1ab4d32b774d685df85b57 (patch) | |
| tree | 6a5bf6aad0a830904f934e1442ade003b9220add | |
| parent | cc4e916e4e79fb85e36d108c6a569215bbd32174 (diff) | |
| download | pyramid-f01fc7ce0cb03f093b1ab4d32b774d685df85b57.tar.gz pyramid-f01fc7ce0cb03f093b1ab4d32b774d685df85b57.tar.bz2 pyramid-f01fc7ce0cb03f093b1ab4d32b774d685df85b57.zip | |
fix note rendering
| -rw-r--r-- | docs/narr/project.rst | 11 |
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 |
