fix the dosctring stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 14 Apr 2010 18:33:56 +0200
branchstable
changeset 5264 57ac406d1d82
parent 5263 196eb979318f
child 5265 97ab2ea6d367
fix the dosctring
cwconfig.py
--- a/cwconfig.py	Wed Apr 14 18:24:17 2010 +0200
+++ b/cwconfig.py	Wed Apr 14 18:33:56 2010 +0200
@@ -1,10 +1,8 @@
 # -*- coding: utf-8 -*-
-#:organization: Logilab
-#:copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
-#:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
-#:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
-
-# docstring included in doc/book/en/admin/setup.rst
+# organization: Logilab
+# copyright 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
+# contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
+# Licensed under the GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
 .. _ResourceMode:
 
@@ -13,7 +11,7 @@
 
 A resource *mode* is a predifined set of settings for various resources
 directories, such as cubes, instances, etc. to ease development with the
-framework. There are two running modes with |cubicweb|:
+framework. There are two running modes with *CubicWeb*:
 
 * 'user', resources are searched / created in the user home directory:
 
@@ -80,7 +78,7 @@
 Python
 ``````
 
-If you installed |cubicweb| by cloning the Mercurial forest or from source
+If you installed *CubicWeb* by cloning the Mercurial forest or from source
 distribution, then you will need to update the environment variable PYTHONPATH by
 adding the path to the forest `cubicweb`:
 
@@ -89,7 +87,7 @@
 
     export PYTHONPATH=/full/path/to/cubicweb-forest
 
-If you installed |cubicweb| with packages, no configuration is required and your
+If you installed *CubicWeb* with packages, no configuration is required and your
 new cubes will be placed in `/usr/share/cubicweb/cubes` and your instances will
 be placed in `/etc/cubicweb.d`.
 
@@ -97,11 +95,11 @@
 CubicWeb
 ````````
 
-Here are all environment variables that may be used to configure |cubicweb|:
+Here are all environment variables that may be used to configure *CubicWeb*:
 
 .. envvar:: CW_MODE
 
-   Resource mode: user or system, as explained in :ref:ResourceMode.
+   Resource mode: user or system, as explained in :ref:`ResourceMode`.
 
 .. envvar:: CW_CUBES_PATH