Steve Piercy
2015-01-23 28534648edb8e46206bd0d910a1faa189a5702b3
Merge pull request #1543 from stevepiercy/1.5-branch

1.5 branch
2 files added
1 files modified
4 ■■■■ changed files
docs/_static/pyramid_request_processing.png patch | view | raw | blame | history
docs/_static/pyramid_router.png patch | view | raw | blame | history
docs/narr/router.rst 4 ●●●● patch | view | raw | blame | history
docs/_static/pyramid_request_processing.png
docs/_static/pyramid_router.png
docs/narr/router.rst
@@ -9,7 +9,7 @@
Request Processing
==================
.. image:: ../_static/pyramid_request_processing.svg
.. image:: ../_static/pyramid_request_processing.*
   :alt: Request Processing
Once a :app:`Pyramid` application is up and running, it is ready to accept
@@ -119,7 +119,7 @@
#. The :term:`thread local` stack is popped.
.. image:: ../_static/pyramid_router.svg
.. image:: ../_static/pyramid_router.*
   :alt: Pyramid Router
This is a very high-level overview that leaves out various details.  For more