fix bad rest
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Feb 2010 21:11:50 +0100
changeset 4450 8000abf9c9d3
parent 4449 0411dca43e05
child 4451 65f4665233e6
fix bad rest
doc/book/en/intro/tutorial/create-cube.rst
--- a/doc/book/en/intro/tutorial/create-cube.rst	Wed Feb 03 21:11:41 2010 +0100
+++ b/doc/book/en/intro/tutorial/create-cube.rst	Wed Feb 03 21:11:50 2010 +0100
@@ -14,6 +14,7 @@
   * schema.py: contains the data model
   * views.py: contains your custom views
   * entities.py: contains XXX 
+
 The detailed structure of the code directory is described in :ref:`cubelayout`.
 
 2. :ref:`DefineDataModel`
@@ -389,7 +390,7 @@
 
 Then each blog entry whose title contains 'CW' is shown with the CubicWeb logo in front of it.
 
-.. _UpdatingSchemaAndSynchronisingInstance
+.. _UpdatingSchemaAndSynchronisingInstance:
 
 Updating the schema and synchronising the instance
 --------------------------------------------------