Changeset 78:b5dabe9762d1 for pycommunity/pycommunity/doc/tutorial.txt
- Timestamp:
- 04/12/07 17:38:04 (15 months ago)
- Files:
-
- 1 modified
-
pycommunity/pycommunity/doc/tutorial.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pycommunity/pycommunity/doc/tutorial.txt
r68 r78 12 12 >>> class Conf(object): 13 13 ... targets = {'tutorial1': 'tests/www'} 14 ... recipes = {} 14 15 ... tutorials = {'tutorials': 'tests/svn/project/tutorials'} 15 ... templates = {'tutorial': 'te mplates/tutorial.pt',16 ... 'tutoriallist': 'te mplates/tutoriallist.pt'}16 ... templates = {'tutorial': 'tests/templates/tutorial.pt', 17 ... 'tutoriallist': 'tests/templates/tutoriallist.pt'} 17 18 ... glossary = 'tests/svn/project/doc/glossary.txt' 18 19 ...
