From 793425accac28fd0bea3e406404b9b351556fddb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Dec 2009 17:21:27 +0000 Subject: Better note/warning distinctions. --- docs/narr/project.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr/project.rst') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 1c1dde131..c76223401 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -259,6 +259,10 @@ Once the project is installed for development, you can run the application it represents using the ``paster serve`` command against the generated ``MyProject.ini`` configuration file: +.. code-block:: text + + $ ../bin/paster serve MyProject.ini + .. sidebar:: Using ``mod_wsgi`` You can also use :term:`mod_wsgi` to serve your :mod:`repoze.bfg` @@ -269,10 +273,6 @@ the generated ``MyProject.ini`` configuration file: webserver, as exception and debugging output will be sent to the console. -.. code-block:: text - - $ ../bin/paster serve MyProject.ini - Here's sample output from a run: .. code-block:: text -- cgit v1.2.3