ext/rest.py
changeset 1977 606923dff11b
parent 1643 59c5cec05bbd
child 2311 f178182b1305
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
    11 * `winclude`, reference to a web documentation file (in wdoc/ directories)
    11 * `winclude`, reference to a web documentation file (in wdoc/ directories)
    12 
    12 
    13 * `sourcecode` (if pygments is installed), source code colorization
    13 * `sourcecode` (if pygments is installed), source code colorization
    14 
    14 
    15 :organization: Logilab
    15 :organization: Logilab
    16 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    16 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    17 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    17 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    18 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    18 """
    19 """
    19 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    20 
    21 
    21 from cStringIO import StringIO
    22 from cStringIO import StringIO
    22 from itertools import chain
    23 from itertools import chain