doc/tools/generate_modules.py
changeset 1977 606923dff11b
parent 1808 aa09e20dd8c0
child 2612 c3059d308dc2
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """generate list of modules for sphinx doc"""
     1 """generate list of modules for sphinx doc
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     2 
     8 
     3 import sys
     9 import sys
     4 
    10 
     5 EXCLUDE_DIRS = ('test', 'tests', 'examples', 'data', 'doc', '.hg', 'migration')
    11 EXCLUDE_DIRS = ('test', 'tests', 'examples', 'data', 'doc', '.hg', 'migration')
     6 if __name__ == '__main__':
    12 if __name__ == '__main__':