summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-12-26 02:32:58 -0800
committerSteve Piercy <web@stevepiercy.com>2014-12-26 02:32:58 -0800
commit8c54a34d5d3211537b8705b04ae8662274641828 (patch)
treeda2811b125870b2a463d1d62dad694cdecc44525
parent731a8e8380bbf9b41298c0417795e68899b91953 (diff)
downloadpyramid-8c54a34d5d3211537b8705b04ae8662274641828.tar.gz
pyramid-8c54a34d5d3211537b8705b04ae8662274641828.tar.bz2
pyramid-8c54a34d5d3211537b8705b04ae8662274641828.zip
- adding back .png file because PDF cannot include and build SVG files. Also renamed images to use a 'imagename.*' wildcard so that the correct format is chosen. See http://stackoverflow.com/questions/6473660/using-sphinx-docs-how-can-i-specify-png-image-formats-for-html-builds-and-pdf-im
-rw-r--r--docs/_static/pyramid_router.pngbin0 -> 120643 bytes
-rw-r--r--docs/narr/router.rst4
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_static/pyramid_router.png b/docs/_static/pyramid_router.png
new file mode 100644
index 000000000..3c9f81158
--- /dev/null
+++ b/docs/_static/pyramid_router.png
Binary files differ
diff --git a/docs/narr/router.rst b/docs/narr/router.rst
index 693217a6b..6f90c70cc 100644
--- a/docs/narr/router.rst
+++ b/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 @@ request enters a :app:`Pyramid` application through to the point that
#. 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