ext/rest.py
changeset 4252 6c4f109c2b03
parent 4181 c79135c217df
parent 4212 ab6573088b4a
child 4334 dda74c345b06
equal deleted inserted replaced
4251:3c6569be1f86 4252:6c4f109c2b03
    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), license is LGPL v2.
    16 :copyright: 2001-2010 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 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    19 """
    19 """
    20 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    21 
    21