diff -r a11a3c231050 -r ce829abf7c29 doc/book/en/A02a-create-cube.en.txt --- a/doc/book/en/A02a-create-cube.en.txt Tue Dec 23 15:42:01 2008 +0100 +++ b/doc/book/en/A02a-create-cube.en.txt Tue Dec 23 10:43:51 2008 -0800 @@ -60,6 +60,10 @@ | `-- views.py +.. note:: + You will find a more detailled description of the `cube` concept in + :ref:`cubesConcepts`. + .. _DefineDataModel: Define your data model @@ -220,6 +224,12 @@ Define your entities views -------------------------- +Each entity defined in a model inherits defaults views allowing +different rendering of the data. You can redefine each of them +according to your needs and preferences. If you feel like it then +you have to know how a view is defined. + + The views selection principle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -230,6 +240,8 @@ - a filter to select the resulsets it can be applied to +A view has a set of methods complying +with the `View` class interface (`cubicweb.common.view`). `CubicWeb` provides a lot of standard views for the type `EntityView`, for a complete list, you