Please note: This documentation is very dated and should be treated as an old draft. Among the major updates as of 8/2005 are a jump from version .6 to .8, the renaming of staging to launcher.

Class Documentation Template

What Is The Role?

How does this Class function within Pyre?

Background Information

How does it fit into the larger picture?

How Do I Use This?

How the class work? How it is implemented?

Example A.2. Example title

You can incorporate paragraphs of text that look like regular text. Or in the case of code, it can look like this:
                    
from pyre.application.Application import Application

class HelloApp(Application):

    def run(self):
        print "Hello world!"
        return
The background color for the code is changed on the styelsheet, caltech.css.

Notes

Explain

What's Next?

Related topics