# HG changeset patch # User Sylvain Thénault # Date 1265227910 -3600 # Node ID 8000abf9c9d3d49b469380fa1679ca6b8202478c # Parent 0411dca43e056c70e0a14c56548a1c0d08115943 fix bad rest diff -r 0411dca43e05 -r 8000abf9c9d3 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 --------------------------------------------------