You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/10/01 15:46:20 UTC

[10/50] [abbrv] git commit: updated refs/heads/replicator-redesign to 066d69b

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/d1e3b5d6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d1e3b5d6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d1e3b5d6

Branch: refs/heads/replicator-redesign
Commit: d1e3b5d6c69ac6cf9779a1fe2d77571e7fb48dd5
Parents: c5e0cc5
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Sep 4 19:37:40 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Sep 27 22:01:48 2013 +0400

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d1e3b5d6/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