doc/book/en/B0010-define-schema.en.txt
changeset 1205 79d33f7db590
parent 1163 232aef110a0a
--- a/doc/book/en/B0010-define-schema.en.txt	Wed Apr 01 17:27:15 2009 +0200
+++ b/doc/book/en/B0010-define-schema.en.txt	Wed Apr 01 17:31:20 2009 +0200
@@ -1,10 +1,10 @@
 .. -*- coding: utf-8 -*-
 
-Data model definition (*schema*)
-================================
+Data model definition: the *schema*
+===================================
 
-The schema is the core piece of a `CubicWeb` application as it defines
-the data model handled. It is based on entity types that are either already
+The **schema** is the core piece of a `CubicWeb` application as it defines
+the handled data model. It is based on entity types that are either already
 defined in the `CubicWeb` standard library; or more specific types, that 
 `CubicWeb` expects to find in one or more Python files under the directory 
 `schema`.