summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/definingmodels.rst
diff options
context:
space:
mode:
authorkenmanheimer <ken.manheimer@gmail.com>2011-11-08 16:34:20 -0800
committerkenmanheimer <ken.manheimer@gmail.com>2011-11-08 16:34:20 -0800
commit9b215d25112e7f466512ebbcfb2007abe070c9f7 (patch)
tree10d5afe2c8e81e9b86bf2755ea55c1f22f4056de /docs/tutorials/wiki/definingmodels.rst
parentbf1d00dcdc5bf49edb74c20dcb168a265c8b7118 (diff)
downloadpyramid-9b215d25112e7f466512ebbcfb2007abe070c9f7.tar.gz
pyramid-9b215d25112e7f466512ebbcfb2007abe070c9f7.tar.bz2
pyramid-9b215d25112e7f466512ebbcfb2007abe070c9f7.zip
Use active ("Run the Tests") rather than passive ("Running the Tests")
voice for the headings.
Diffstat (limited to 'docs/tutorials/wiki/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki/definingmodels.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/tutorials/wiki/definingmodels.rst b/docs/tutorials/wiki/definingmodels.rst
index ee9c13ab2..cdf3b6092 100644
--- a/docs/tutorials/wiki/definingmodels.rst
+++ b/docs/tutorials/wiki/definingmodels.rst
@@ -18,8 +18,8 @@ The source code for this tutorial stage can be browsed via
`http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/models/
<http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/models/>`_.
-Deleting the Database
----------------------
+Delete the Database
+-------------------
In the next step, we're going to remove the ``MyModel`` Python model
class from our ``models.py`` file. Since this class is referred to within
@@ -30,8 +30,8 @@ directory before proceeding any further. It's always fine to do this as long
as you don't care about the content of the database; the database itself will
be recreated as necessary.
-Making Edits to ``models.py``
------------------------------
+Edit ``models.py``
+------------------
.. note::
@@ -73,8 +73,8 @@ front page) into the Wiki within the ``appmaker``. This will provide
:term:`traversal` a :term:`resource tree` to work against when it attempts to
resolve URLs to resources.
-Looking at the Result of Our Edits to ``models.py``
----------------------------------------------------
+Look at the Result of Our Edits to ``models.py``
+------------------------------------------------
The result of all of our edits to ``models.py`` will end up looking
something like this:
@@ -83,8 +83,8 @@ something like this:
:linenos:
:language: python
-Viewing the Application in a Browser
-------------------------------------
+View 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