Chris McDonough
2010-12-17 bf89764a7e3ccab6133c9ad43b8d9af4f5c4083b
tweakage
2 files modified
11 ■■■■ changed files
docs/narr/configuration.rst 10 ●●●● patch | view | raw | blame | history
docs/narr/firstapp.rst 1 ●●●● patch | view | raw | blame | history
docs/narr/configuration.rst
@@ -87,10 +87,10 @@
       return Response('Hello')
The mere existence of configuration decoration doesn't cause any
configuration registration to be made.  Before they have any effect on
the configuration of a :app:`Pyramid` application, a configuration
decoration within application code must be found through a process
known as a :term:`scan`.
configuration registration to be made.  Before it hasany effect on the
configuration of a :app:`Pyramid` application, a configuration decoration
within application code must be found through a process known as a
:term:`scan`.
The :class:`pyramid.view.view_config` decorator above adds an
attribute to the ``hello`` function, making it available for a
@@ -102,7 +102,7 @@
scanning implies searching for configuration declarations in a package
and its subpackages.  For example:
.. topic:: Imperatively Starting A Scan
.. topic:: Starting A Scan
   .. code-block:: python
      :linenos:
docs/narr/firstapp.rst
@@ -336,4 +336,3 @@
For more information about :term:`view configuration`, see
:ref:`views_chapter`.