Changeset 59:8d3e5ca02fce for PyCon07/exercises.txt
- Timestamp:
- 02/22/07 14:53:50 (21 months ago)
- Files:
-
- 1 modified
-
PyCon07/exercises.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
PyCon07/exercises.txt
r57 r59 155 155 - Get the package tarball in `material` 156 156 - Get the text file that explains how pycommunity works, and 157 the one that lists its main modules.157 the one that lists its main modules. 158 158 159 159 Exercise 6 … … 301 301 ::::::: 302 302 303 Take the provided PyCommunity package, and generate the documentation over304 the tests. Change the tutorials, recipes, etc, to see how the generated website 305 is changed.303 Take the provided PyCommunity tarball (documented), and generate the 304 documentation over the tests, by calling `pycommunity`. Change the tutorials, 305 recipes, etc, to see how the generated website is changed. 306 306 307 307 Prerequisites
