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/tutorial.txt

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