doc/book/en/devweb/views/views.rst
branchstable
changeset 8480 086cff6a306a
parent 8419 dd222fcc85d3
child 8535 268b6349baf3
--- a/doc/book/en/devweb/views/views.rst	Fri Jul 20 10:46:27 2012 +0200
+++ b/doc/book/en/devweb/views/views.rst	Fri Jul 20 10:25:55 2012 +0200
@@ -32,8 +32,8 @@
 Basic class for views
 ~~~~~~~~~~~~~~~~~~~~~
 
-Class `View` (`cubicweb.view`)
-```````````````````````````````
+Class :class:`~cubicweb.view.View`
+``````````````````````````````````
 
 .. autoclass:: cubicweb.view.View
 
@@ -65,7 +65,7 @@
 
 Other basic view classes
 ````````````````````````
-Here are some of the subclasses of :ref:`View` defined in :ref:`cubicweb.view`
+Here are some of the subclasses of :class:`~cubicweb.view.View` defined in :mod:`cubicweb.view`
 that are more concrete as they relate to data rendering within the application:
 
 .. autoclass:: cubicweb.view.EntityView