summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-03-12 15:49:58 -0700
committerPatricio Paez <pp@pp.com.mx>2012-03-12 15:49:58 -0700
commit218ad474c5e8db6925ed6a5f4067ae3db69f68c8 (patch)
tree1f5a5e5bc340adf27eaa993f6d5ba129d3a8d5d3 /docs/tutorials/wiki2
parentbb754144b1c0d3c75156385ea8c6e20ddda6d430 (diff)
downloadpyramid-218ad474c5e8db6925ed6a5f4067ae3db69f68c8.tar.gz
pyramid-218ad474c5e8db6925ed6a5f4067ae3db69f68c8.tar.bz2
pyramid-218ad474c5e8db6925ed6a5f4067ae3db69f68c8.zip
Added links to Starting the Application
- Sections 'Viewing the Application in a Browser' in the 'Defining the Domain Model' and 'Defining the Views' chapters now offer a quick link in both wiki tutorials, as suggested by Paulo.
Diffstat (limited to 'docs/tutorials/wiki2')
-rw-r--r--docs/tutorials/wiki2/definingmodels.rst3
-rw-r--r--docs/tutorials/wiki2/definingviews.rst3
-rw-r--r--docs/tutorials/wiki2/installation.rst2
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst
index 2b8932a98..66106ffee 100644
--- a/docs/tutorials/wiki2/definingmodels.rst
+++ b/docs/tutorials/wiki2/definingmodels.rst
@@ -122,7 +122,8 @@ Viewing the Application in a Browser
We can't. At this point, our system is in a "non-runnable" state; we'll need
to change view-related files in the next chapter to be able to start the
-application successfully. If you try to start the application, you'll wind
+application successfully. If you try to start the application (See
+:ref:`wiki2-start-the-application`), you'll wind
up with a Python traceback on your console that ends with this exception:
.. code-block:: text
diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst
index a067dbd66..592b183a4 100644
--- a/docs/tutorials/wiki2/definingviews.rst
+++ b/docs/tutorials/wiki2/definingviews.rst
@@ -323,7 +323,8 @@ something like so:
Viewing the Application in a Browser
====================================
-We can finally examine our application in a browser. The views we'll try are
+We can finally examine our application in a browser (See
+:ref:`wiki2-start-the-application`). The views we'll try are
as follows:
- Visiting ``http://localhost:6543`` in a browser invokes the
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index be97f1cb3..e5d2a0b5b 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -215,6 +215,8 @@ If successful, you will see output something like this::
Looks like our package doesn't quite have 100% test coverage.
+.. _wiki2-start-the-application:
+
Starting the Application
========================