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/1781-reorganize-and-improve-docs Commit: d1e3b5d6c69ac6cf9779a1fe2d77571e7fb48dd5 Parents: c5e0cc5 Author: Alexander Shorin <[email protected]> Authored: Wed Sep 4 19:37:40 2013 +0400 Committer: Alexander Shorin <[email protected]> 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
