summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkenmanheimer <ken.manheimer@gmail.com>2011-11-08 14:14:13 -0800
committerkenmanheimer <ken.manheimer@gmail.com>2011-11-08 14:14:13 -0800
commitf846512f9946810f978f8df1e37e602fbee948bd (patch)
tree6bf8598fbcc3e54e78509384f4fb38fcbb0fee86 /docs
parent4db74575da249c401db9ab30a3a4f4c07a96acfb (diff)
downloadpyramid-f846512f9946810f978f8df1e37e602fbee948bd.tar.gz
pyramid-f846512f9946810f978f8df1e37e602fbee948bd.tar.bz2
pyramid-f846512f9946810f978f8df1e37e602fbee948bd.zip
Swap order of the test-coverage and starting-application sections, so
test-coverage comes right after the test section, and the starting-application section right before the visit-app-in-browser section.
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki/installation.rst34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index a315201fb..0509f4e44 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -202,23 +202,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
==================================
@@ -245,6 +228,23 @@ Looks like the code in the ``pyramid_zodb`` scaffold for ZODB projects is
missing some test coverage, particularly in the file named
``models.py``.
+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
==================================