Changeset 78:b5dabe9762d1 for pycommunity/pycommunity/doc/index.txt
- Timestamp:
- 04/12/07 17:38:04 (17 months ago)
- Files:
-
- 1 modified
-
pycommunity/pycommunity/doc/index.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pycommunity/pycommunity/doc/index.txt
r68 r78 9 9 >>> options = {'projectname': 'PyCommunity', 10 10 ... 'index': 'tests/svn/project/doc/README.txt'} 11 >>> view = IndexView('te mplates/index.pt', options)11 >>> view = IndexView('tests/templates/index.pt', options) 12 12 >>> print view() 13 13 <html> … … 22 22 >>> class Conf(object): 23 23 ... targets = {'target1': 'tests/www'} 24 ... templates = {'index': 'te mplates/index.pt',25 ... 'css': 'te mplates/pycommunity.css',26 ... 'js': 'te mplates/pycommunity.js'}27 ... media = 'te mplates/media'24 ... templates = {'index': 'tests/templates/index.pt', 25 ... 'css': 'tests/templates/pycommunity.css', 26 ... 'js': 'tests/templates/pycommunity.js'} 27 ... media = 'tests/templates/media' 28 28 ... options = {'projectname': 'PyCommunity', 29 29 ... 'index': 'tests/svn/project/doc/README.txt'}
