doc/book/en/tutorials/base/customizing-the-application.rst
branchstable
changeset 6880 4be32427b2b9
parent 6839 829b068eb9c7
child 7827 9bbf83f68bcc
--- a/doc/book/en/tutorials/base/customizing-the-application.rst	Mon Jan 24 09:42:09 2011 +0100
+++ b/doc/book/en/tutorials/base/customizing-the-application.rst	Mon Jan 24 11:39:53 2011 +0100
@@ -41,7 +41,7 @@
 
   cubicweb-ctl newcube --directory=~/src/cubes myblog
 
-.. Note:
+.. Note::
 
    We previously used `myblog` as the name of our *instance*. We're now creating
    a *cube* with the same name. Both are different things. We'll now try to
@@ -63,6 +63,7 @@
 
 where the ``None`` means we do not depends on a particular version of the cube.
 
+.. _TutosBaseCustomizingTheApplicationDataModel:
 
 Extending the data model
 ~~~~~~~~~~~~~~~~~~~~~~~~
@@ -179,6 +180,8 @@
 You'll then be able to redefine each of them according to your needs
 and preferences. We'll now see how to do such thing.
 
+.. _TutosBaseCustomizingTheApplicationCustomViews:
+
 Defining your views
 ~~~~~~~~~~~~~~~~~~~