From aab929e273a41a188a244b5d2c8b3e53408172ab Mon Sep 17 00:00:00 2001 From: Nicolas Chauvat Date: Sun, 13 Jul 2008 21:32:22 +0200 Subject: improve doc for better epydoc generation. --- configuration.py | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'configuration.py') diff --git a/configuration.py b/configuration.py index 70cbb69..5389952 100644 --- a/configuration.py +++ b/configuration.py @@ -1,15 +1,3 @@ -# This program is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Some classes used to handle advanced configuration in simple to complex applications. @@ -21,7 +9,7 @@ in the `optik_ext` module) Quick start: simplest usage -``````````````````````````` +--------------------------- import sys from logilab.common.configuration import Configuration @@ -62,10 +50,11 @@ print config['value'] config.generate_config() -:author: Logilab -:copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE) -:contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org +:copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr +:license: General Public License version 2 - http://www.gnu.org/licenses """ +__docformat__ = "restructuredtext en" from __future__ import generators -- cgit v1.2.1