--- 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
--------------------------------------------------