Show
Ignore:
Timestamp:
04/12/07 17:38:04 (15 months ago)
Author:
Tarek Ziad?? <tarek@…>
Message:

rupy slides, starting up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pycommunity/pycommunity/doc/recipe.txt

    r68 r78  
    1212    >>> class Conf(object): 
    1313    ...     targets = {'target1': 'tests/www'} 
    14     ...     recipes = {'recipes': 'tests/svn/project/recipes'}     
    15     ...     templates = {'recipe': 'templates/recipe.pt', 
    16     ...                  'recipelist': 'templates/recipelist.pt'} 
     14    ...     tutorials = {'recipes': 'tests/svn/project/tutorials'}     
     15    ...     recipes = {'recipes': 'tests/svn/project/recipes'}    
     16    ...     templates = {'recipe': 'tests/templates/recipe.pt', 
     17    ...                  'recipelist': 'tests/templates/recipelist.pt'} 
    1718    ...     glossary = 'tests/svn/project/doc/glossary.txt' 
    1819    ...