From dbf83154af5267f7cf0da13e271df1d8834ad309 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 29 Mar 2010 19:57:24 +0000 Subject: Delete duplicate step. --- docs/narr/startup.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs') diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index e69bf75b1..c3850fb4e 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -92,16 +92,6 @@ press ``return`` after running ``paster serve MyProject.ini``. ``{'reload_templates':'true', 'debug_authorization':'false', 'debug_notfound':'false'}``. -#. The PasteDeploy application constructor itself is invoked. It is - represented by the ``app`` function in ``run.py``. A typical - :mod:`repoze.bfg` ``app`` function will look like the below. - - .. literalinclude:: MyProject/myproject/run.py - :linenos: - - Note that the ``app`` function imports the ``get_root`` :term:`root - factory` function from the ``myproject.models`` Python module. - #. The ``app`` function first constructs a :class:`repoze.bfg.configuration.Configurator` instance, passing ``get_root`` to it as its ``root_factory`` argument, and -- cgit v1.2.3