summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Shenton <chris@koansys.com>2011-11-07 17:53:42 -0800
committerChris McDonough <chrism@plope.com>2011-11-08 14:54:33 -0800
commit82b661328475ce768d0986428999c96c6f25defc (patch)
treebc89bc08c09d6c742f1726639d407868e969ba50 /docs
parent2f644cada6887480da1e264928d9980b0f9c1d97 (diff)
downloadpyramid-82b661328475ce768d0986428999c96c6f25defc.tar.gz
pyramid-82b661328475ce768d0986428999c96c6f25defc.tar.bz2
pyramid-82b661328475ce768d0986428999c96c6f25defc.zip
Move test, coverage together; start and view too.
Previously it was: test, start, coverage, view.
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki2/installation.rst34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index f9f5c4fba..f5e0efa71 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -151,23 +151,6 @@ On Windows:
c:\pyramidtut\tutorial> ..\Scripts\python setup.py test -q
-Starting the Application
-========================
-
-Start the application.
-
-On UNIX:
-
-.. code-block:: text
-
- $ ../bin/pserve development.ini --reload
-
-On Windows:
-
-.. code-block:: text
-
- c:\pyramidtut\tutorial> ..\Scripts\pserve development.ini --reload
-
Exposing Test Coverage Information
==================================
@@ -211,6 +194,23 @@ On Windows:
Looks like our package's ``models`` module doesn't quite have 100%
test coverage.
+Starting the Application
+========================
+
+Start the application.
+
+On UNIX:
+
+.. code-block:: text
+
+ $ ../bin/pserve development.ini --reload
+
+On Windows:
+
+.. code-block:: text
+
+ c:\pyramidtut\tutorial> ..\Scripts\pserve development.ini --reload
+
Visit the Application in a Browser
==================================