From d73be153fa9544f453510524f34d55a7602e0896 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 25 Aug 2011 02:23:51 -0400 Subject: use Response; fix text --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 70cf4cabf..3d66be648 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,11 +13,11 @@ Here is one of the simplest :app:`Pyramid` applications you can make. .. literalinclude:: narr/helloworld.py -See :ref:`firstapp_chapter` for a full explanation of how this :ref:`helloworld_imperative` -app works. Read the :ref:`narrative_documentation` to understand how :app:`Pyramid` is designed -to scale from these simple beginnings to handle the largest of web application needs. If your -familiar with other web frameworks you might want to look at :ref:`design_defense` to understand -why :app:`Pyramid` has been designed the way it has. +See :ref:`firstapp_chapter` for a full explanation of how this +:ref:`helloworld_imperative` app works. Read the +:ref:`narrative_documentation` to understand how :app:`Pyramid` is designed +to scale from these simple beginnings to handle the largest of web +application needs. Front Matter ============ -- cgit v1.2.3