Changeset 305 for branches/release/0.2/HACKING
- Timestamp:
- 08/03/09 09:19:32 (3 years ago)
- File:
-
- 1 edited
-
branches/release/0.2/HACKING (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/HACKING
r213 r305 1 NOTE: This guide is a rough reference, and will always mostly be incomplete. 1 NOTE: This guide is a rough reference, please take the time to read the code 2 line by line, as it is not that long. It is also outdated in some parts. 2 3 3 4 Abstract: … … 7 8 of the other to a certain extent. First there is the core loader 8 9 'itaka.py', which in turn loads the Console and Configuration handlers 9 ('console.py' and 'config uration.py'). The configuration is read and10 ('console.py' and 'config.py'). The configuration is read and 10 11 loaded, and the passed to the new instance of our Console handler. 11 12 … … 41 42 42 43 43 Technic hal standards:44 Technical standards: 44 45 * Inter-class communication: it is done by passing instances of one class 45 46 to the child object that needs it. For example, the … … 66 67 Itaka is fully documented with Epydoc. 67 68 68 You can ownload epydoc from http://epydoc.sourceforge.net/69 You can download epydoc from http://epydoc.sourceforge.net/ 69 70 70 71 You can generate documentation using epydoc. 71 72 72 mkdir doc73 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py73 mkdir doc 74 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 74 75
Note: See TracChangeset
for help on using the changeset viewer.

