You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/09/04 17:41:13 UTC

[2/2] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 4957f06

Add missed figure 7.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4957f06e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4957f06e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4957f06e

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 4957f06edae781c8a6aff4ae8b3f1d2c59dfb118
Parents: 838e8d9
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Sep 4 19:37:40 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Sep 4 19:37:40 2013 +0400

----------------------------------------------------------------------
 share/doc/src/intro/tour.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4957f06e/share/doc/src/intro/tour.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/intro/tour.rst b/share/doc/src/intro/tour.rst
index af91f5e..b8f9975 100644
--- a/share/doc/src/intro/tour.rst
+++ b/share/doc/src/intro/tour.rst
@@ -398,6 +398,14 @@ which shows each fruit sorted by price. Click "hello-world" to return to the
 hello-world overview, and then from the "select view" menu choose "Temporary
 view…" to create a new view.
 
+
+.. figure:: ../../images/intro-tour-07.png
+   :align: center
+   :alt: A temporary view in Futon
+
+   Figure 7. A temporary view in Futon
+
+
 Edit the map function, on the left, so that it looks like the following:
 
 .. code-block:: javascript