doc/tutorials/base/customizing-the-application.rst
branch3.26
changeset 12438 ec886bc1d2fe
parent 12437 d8e36de16f24
child 12366 72ba5f5278e0
equal deleted inserted replaced
12437:d8e36de16f24 12438:ec886bc1d2fe
    96 The first step is the import from the :mod:`yams` package necessary classes to build
    96 The first step is the import from the :mod:`yams` package necessary classes to build
    97 the schema.
    97 the schema.
    98 
    98 
    99 This file defines the following:
    99 This file defines the following:
   100 
   100 
   101 * a `Community` has a title and a description as attributes
   101 * a `Community` has a name and a description as attributes
   102 
   102 
   103   - the name is a string that is required and can't be longer than 50 characters
   103   - the name is a string that is required and can't be longer than 50 characters
   104 
   104 
   105   - the description is a string that is not constrained and may contains rich
   105   - the description is a string that is not constrained and may contains rich
   106     content such as HTML or Restructured text.
   106     content such as HTML or Restructured text.