Changes between Version 9 and Version 10 of documentation/PythonManual/Overview

Show
Ignore:
Author:
lloydw (IP: 203.96.63.172)
Timestamp:
04/08/08 10:44:24 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual/Overview

    v9 v10  
    55To start using RocketPython simply import the module as you would any other extension. RocketPython will then plug itself into the running Rocket instance. It is important to import RocketPython before you create any Rocket Contexts, Documents or Elements otherwise you will not have access to these items from Python. 
    66 
    7 For a full list of accessable classes and methods please see the RocketPython [wiki:documentation/PythonManual/APIReference API Reference]. 
     7For a full list of accessable classes and methods please see the libRocket Python [wiki:documentation/PythonManual/APIReference API Reference]. 
    88 
    99== Requirements ==