From 125e9746a5da925243dabf67b2609b556bb9215a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Dec 2009 04:12:10 +0000 Subject: Adjust for 7.5x9.25in output. --- docs/tutorials/bfgwiki/definingmodels.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'docs/tutorials/bfgwiki/definingmodels.rst') diff --git a/docs/tutorials/bfgwiki/definingmodels.rst b/docs/tutorials/bfgwiki/definingmodels.rst index 3c41e9dbe..ef5798362 100644 --- a/docs/tutorials/bfgwiki/definingmodels.rst +++ b/docs/tutorials/bfgwiki/definingmodels.rst @@ -71,11 +71,10 @@ Add an Appmaker --------------- We're using a mini-framework callable named -:class:`repoze.zodbconn.finder.PersistentApplicationFinder` in our -application (see ``run.py``). A -:class:`repoze.zodbconn.finder.PersistentApplicationFinder` accepts a -ZODB URL as well as an "appmaker" callback. This callback typically -lives in the ``models.py`` file. +``repoze.zodbconn.finder.PersistentApplicationFinder`` in our +application (see ``run.py``). A ``PersistentApplicationFinder`` +accepts a ZODB URL as well as an "appmaker" callback. This callback +typically lives in the ``models.py`` file. We want to change the appmaker function in our ``models.py`` file so that our application root is a Wiki instance, and we'll also slot a @@ -120,19 +119,19 @@ directory is the "tutorial" distribution directory: On UNIX: -.. code-block:: bash +.. code-block:: text $ ../bin/python setup.py test -q On Windows: -.. code-block:: bash +.. code-block:: text - c:\bigfntut\tutorial> ..\Scripts\python setup.py test -q + c:\bigfntut\tutorial> ..\Scripts\python setup.py test -q The expected output is something like this: -.. code-block:: bash +.. code-block:: text ..... ---------------------------------------------------------------------- -- cgit v1.2.3