summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-03-29 19:57:24 +0000
committerChris McDonough <chrism@agendaless.com>2010-03-29 19:57:24 +0000
commitdbf83154af5267f7cf0da13e271df1d8834ad309 (patch)
treed1906a6ca10325a8a6f6e827659131f5d8452e76 /docs
parentd8d9322411a19c57eff8f7b4f243441159d4f60a (diff)
downloadpyramid-dbf83154af5267f7cf0da13e271df1d8834ad309.tar.gz
pyramid-dbf83154af5267f7cf0da13e271df1d8834ad309.tar.bz2
pyramid-dbf83154af5267f7cf0da13e271df1d8834ad309.zip
Delete duplicate step.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/startup.rst10
1 files changed, 0 insertions, 10 deletions
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