null+****@clear*****
null+****@clear*****
2011年 10月 29日 (土) 21:58:04 JST
Kouhei Sutou 2011-10-29 12:58:04 +0000 (Sat, 29 Oct 2011) New Revision: b87ce4cc52d5d5adc9b0a38e7bb1a777e043471d Log: [doc] fix image path. Modified files: doc/files.am doc/source/userguide.rst Renamed files: doc/source/images/storage-mode.png (from doc/images/storage-mode.png) doc/source/images/storage-mode.svg (from doc/images/storage-mode.svg) doc/source/images/wrapper-mode.png (from doc/images/wrapper-mode.png) doc/source/images/wrapper-mode.svg (from doc/images/wrapper-mode.svg) Modified: doc/files.am (+10 -0) =================================================================== --- doc/files.am 2011-10-29 12:53:41 +0000 (ed7d17a) +++ doc/files.am 2011-10-29 12:58:04 +0000 (4e1f7f1) @@ -4,6 +4,10 @@ absolute_source_files = \ $(top_srcdir)/doc/source/developer.rst \ $(top_srcdir)/doc/source/developer/debug.rst \ $(top_srcdir)/doc/source/developer/release.rst \ + $(top_srcdir)/doc/source/images/storage-mode.png \ + $(top_srcdir)/doc/source/images/storage-mode.svg \ + $(top_srcdir)/doc/source/images/wrapper-mode.png \ + $(top_srcdir)/doc/source/images/wrapper-mode.svg \ $(top_srcdir)/doc/source/index.rst \ $(top_srcdir)/doc/source/install.rst \ $(top_srcdir)/doc/source/news.rst \ @@ -33,6 +37,10 @@ source_files_relative_from_doc_dir = \ source/developer.rst \ source/developer/debug.rst \ source/developer/release.rst \ + source/images/storage-mode.png \ + source/images/storage-mode.svg \ + source/images/wrapper-mode.png \ + source/images/wrapper-mode.svg \ source/index.rst \ source/install.rst \ source/news.rst \ @@ -102,6 +110,8 @@ mo_files_relative_from_locale_dir = \ html_files_relative_from_locale_dir = \ html/.buildinfo \ + html/_images/storage-mode.png \ + html/_images/wrapper-mode.png \ html/_sources/characteristic.txt \ html/_sources/developer.txt \ html/_sources/developer/debug.txt \ Renamed: doc/source/images/storage-mode.png (+0 -0) 100% =================================================================== Renamed: doc/source/images/storage-mode.svg (+0 -0) 100% =================================================================== Renamed: doc/source/images/wrapper-mode.png (+0 -0) 100% =================================================================== Renamed: doc/source/images/wrapper-mode.svg (+0 -0) 100% =================================================================== Modified: doc/source/userguide.rst (+2 -2) =================================================================== --- doc/source/userguide.rst 2011-10-29 12:53:41 +0000 (4221560) +++ doc/source/userguide.rst 2011-10-29 12:58:04 +0000 (d352dea) @@ -48,7 +48,7 @@ Since all functions of storage engine are realised with groonga, aggregations ar The structure of the storage mode is the following. You use it instead of existing storage engines like MyISAM or InnoDB -.. figure:: ../../images/storage-mode.png +.. figure:: /images/storage-mode.png :alt: storage mode :align: center @@ -59,7 +59,7 @@ The structure of the wrapper mode is the following. Full text search related ope Groonga storage engine is located between SQL Handler that processes SQL and an existing storage engine, thus all data goes through groonga storage engine. With this way, full text search indexing etc. are done transparently. -.. figure:: ../../images/wrapper-mode.png +.. figure:: /images/wrapper-mode.png :alt: wrapper mode :align: center