From e6c5f7f7afa90feca6adc1fc0572a23958c8ba5e Mon Sep 17 00:00:00 2001 From: annegentle Date: Fri, 1 Feb 2013 15:46:50 -0600 Subject: 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 --- doc/source/images/authComp.png | Bin 0 -> 17165 bytes doc/source/images/graphs_authComp.png | Bin 0 -> 37132 bytes doc/source/images/graphs_authCompDelegate.png | Bin 0 -> 51587 bytes doc/source/middlewarearchitecture.rst | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 doc/source/images/authComp.png create mode 100644 doc/source/images/graphs_authComp.png create mode 100644 doc/source/images/graphs_authCompDelegate.png (limited to 'doc/source') diff --git a/doc/source/images/authComp.png b/doc/source/images/authComp.png new file mode 100644 index 00000000..b8ada45c Binary files /dev/null and b/doc/source/images/authComp.png differ diff --git a/doc/source/images/graphs_authComp.png b/doc/source/images/graphs_authComp.png new file mode 100644 index 00000000..59f5ab0b Binary files /dev/null and b/doc/source/images/graphs_authComp.png differ diff --git a/doc/source/images/graphs_authCompDelegate.png b/doc/source/images/graphs_authCompDelegate.png new file mode 100644 index 00000000..7e6150ce Binary files /dev/null and b/doc/source/images/graphs_authCompDelegate.png 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) -- cgit