Changeset 1018 in products


Ignore:
Timestamp:
Apr 13, 2009 3:21:36 PM (15 years ago)
Author:
olha
Message:

correct reST docs format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.themetemplate/tags/0.10/quintagroup/themetemplate/README.txt

    r1013 r1018  
    7777 
    7878So check namespaces:: 
     79 
    7980    >>> theme_namespace = os.path.join(package_dir,'quintagroup','theme','ploneexample') 
    8081    >>> os.path.isdir(theme_namespace) 
     
    8283 
    8384Theme holds 3 subdirectories (browser, profiles, skins):: 
     85 
    8486    >>> cd(theme_namespace) 
    8587    >>> dirs = ('skins', 'browser', 'profiles') 
     
    8890 
    8991And initialization files (__init__.py, configure.zcml) :: 
     92 
    9093    >>> files = ('__init__.py', 'configure.zcml') 
    9194    >>> [True for d in files if d in os.listdir('.')] 
Note: See TracChangeset for help on using the changeset viewer.