summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingviews.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-27 03:38:39 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-27 03:38:39 -0700
commit6901d74698da7b8457f92f0771fe03015acb9261 (patch)
tree87192c5369d338a6d408015e2ff06a87fa83942a /docs/tutorials/wiki2/definingviews.rst
parentbc30dfdfccb7304d876b0f030d2b6b9f63326169 (diff)
downloadpyramid-6901d74698da7b8457f92f0771fe03015acb9261.tar.gz
pyramid-6901d74698da7b8457f92f0771fe03015acb9261.tar.bz2
pyramid-6901d74698da7b8457f92f0771fe03015acb9261.zip
- clean up and make consistent across wiki tutorials
- update templates and static assets for new design
Diffstat (limited to 'docs/tutorials/wiki2/definingviews.rst')
-rw-r--r--docs/tutorials/wiki2/definingviews.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst
index d7f63100d..0b495445a 100644
--- a/docs/tutorials/wiki2/definingviews.rst
+++ b/docs/tutorials/wiki2/definingviews.rst
@@ -345,14 +345,14 @@ something like:
The highlighted lines are the ones that need to be added or edited.
-Viewing the Application in a Browser
+Viewing the application in a browser
====================================
We can finally examine our application in a browser (See
:ref:`wiki2-start-the-application`). Launch a browser and visit
each of the following URLs, checking that the result is as expected:
-- ``http://localhost:6543/`` invokes the ``view_wiki`` view. This always
+- http://localhost:6543/ invokes the ``view_wiki`` view. This always
redirects to the ``view_page`` view of the ``FrontPage`` page object.
- http://localhost:6543/FrontPage invokes the ``view_page`` view of the front
@@ -367,4 +367,3 @@ each of the following URLs, checking that the result is as expected:
will generate a ``NoResultFound: No row was found for one()`` error. You'll
see an interactive traceback facility provided by
:term:`pyramid_debugtoolbar`.
-