doc/book/en/A02a-create-cube.en.txt
changeset 1253 9716a9f77980
parent 1249 905d76e38433
child 1440 4fc48f2a1748
--- a/doc/book/en/A02a-create-cube.en.txt	Mon Apr 06 16:18:46 2009 +0200
+++ b/doc/book/en/A02a-create-cube.en.txt	Mon Apr 06 17:55:37 2009 +0200
@@ -204,8 +204,7 @@
 
 It is possible to define multiple views for the same identifier
 and to associate selectors and filters to allow the application
-to find the best way to render the data. We will see more details
-on this in :ref:`ViewDefinition`.
+to find the best way to render the data. 
 
 For example, the view named ``primary`` is the one used to display
 a single entity. We will now show you how to customize this view.
@@ -266,8 +265,9 @@
 
 Since views are applied to result sets and result sets can be tables of
 data, we have to recover the entity from its (row,col)-coordinates.
-We will get to this in more detail later.
+The view has a ``self.w()`` method that is used to output data, in our
+example HTML output.
 
-The view has a ``self.w()`` method that is used to output data. In our
-example we use it to output HTML tags and values of the entity's attributes.
+You can find more details about views and selectors in :ref:`ViewDefinition`.
 
+