equal
deleted
inserted
replaced
30 |
30 |
31 |
31 |
32 Basic class for views |
32 Basic class for views |
33 ~~~~~~~~~~~~~~~~~~~~~ |
33 ~~~~~~~~~~~~~~~~~~~~~ |
34 |
34 |
35 Class `View` (`cubicweb.view`) |
35 Class :class:`~cubicweb.view.View` |
36 ``````````````````````````````` |
36 `````````````````````````````````` |
37 |
37 |
38 .. autoclass:: cubicweb.view.View |
38 .. autoclass:: cubicweb.view.View |
39 |
39 |
40 The basic interface for views is as follows (remember that the result |
40 The basic interface for views is as follows (remember that the result |
41 set has a tabular structure with rows and columns, hence cells): |
41 set has a tabular structure with rows and columns, hence cells): |