From dc7c27bdfbec0b22b650b9daf3e92f3b6000b4db Mon Sep 17 00:00:00 2001 From: cewing Date: Fri, 3 Jun 2016 16:20:21 -0700 Subject: fix generated urls section --- docs/narr/introduction.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 41bc7ead3..f13397edc 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -120,13 +120,13 @@ skipping decorators entirely. Example: :ref:`mapping_views_using_a_decorator_section`. -URL generation -~~~~~~~~~~~~~~ +Generate application URLs +~~~~~~~~~~~~~~~~~~~~~~~~~ -Pyramid is capable of generating URLs for resources, routes, and static assets. -Its URL generation APIs are easy to use and flexible. If you use Pyramid's -various APIs for generating URLs, you can change your configuration around -arbitrarily without fear of breaking a link on one of your web pages. +Dynamic web applications produce URLs that can change depending on what you are +viewing. Pyramid provides flexible, consistent, easy to use tools for generating +URLs. When you use these tools to write your application, you can change your +configuration without fear of breaking links in your web pages. Example: :ref:`generating_route_urls`. -- cgit v1.2.3