summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorannegentle <anne@openstack.org>2013-02-01 15:46:50 -0600
committerannegentle <anne@openstack.org>2013-02-01 15:46:50 -0600
commite6c5f7f7afa90feca6adc1fc0572a23958c8ba5e (patch)
tree325901514cb3aaefc97229cc809d74a855e92976 /doc/source
parent5bc46d861e9c8f355d2bdd68912be3e64c2dc9e9 (diff)
downloadkeystone-e6c5f7f7afa90feca6adc1fc0572a23958c8ba5e.tar.gz
keystone-e6c5f7f7afa90feca6adc1fc0572a23958c8ba5e.tar.xz
keystone-e6c5f7f7afa90feca6adc1fc0572a23958c8ba5e.zip
Adds png versions of all svg image files. Changes reference.
This should stop complaints about Sphinx not correctly identifying svg content type while still maintaining an svg version for maintenance purposes. Change-Id: If7085e4644562232945efc97d420eeecab85623e
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/images/authComp.pngbin0 -> 17165 bytes
-rw-r--r--doc/source/images/graphs_authComp.pngbin0 -> 37132 bytes
-rw-r--r--doc/source/images/graphs_authCompDelegate.pngbin0 -> 51587 bytes
-rw-r--r--doc/source/middlewarearchitecture.rst4
4 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/images/authComp.png b/doc/source/images/authComp.png
new file mode 100644
index 00000000..b8ada45c
--- /dev/null
+++ b/doc/source/images/authComp.png
Binary files differ
diff --git a/doc/source/images/graphs_authComp.png b/doc/source/images/graphs_authComp.png
new file mode 100644
index 00000000..59f5ab0b
--- /dev/null
+++ b/doc/source/images/graphs_authComp.png
Binary files differ
diff --git a/doc/source/images/graphs_authCompDelegate.png b/doc/source/images/graphs_authCompDelegate.png
new file mode 100644
index 00000000..7e6150ce
--- /dev/null
+++ b/doc/source/images/graphs_authCompDelegate.png
Binary files differ
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index 8c92add4..c3f88b15 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -70,7 +70,7 @@ Authentication Component
Figure 1. Authentication Component
-.. image:: images/graphs_authComp.svg
+.. image:: images/graphs_authComp.png
:width: 100%
:height: 180
:alt: An Authentication Component
@@ -91,7 +91,7 @@ Authentication Component (Delegated Mode)
Figure 2. Authentication Component (Delegated Mode)
-.. image:: images/graphs_authCompDelegate.svg
+.. image:: images/graphs_authCompDelegate.png
:width: 100%
:height: 180
:alt: An Authentication Component (Delegated Mode)