Changes from Version 1 of documentation/PythonManual

Show
Ignore:
Author:
lloydw (IP: 192.168.0.1)
Timestamp:
01/04/08 14:04:45 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual

    v0 v1  
     1= Python Manual = 
     2 
     3The Python interface to Rocket has been designed to resemble Javascript as closely as possible. Due the nature of the language, this is more possible in Python than C++. 
     4 
     5The functionality of Rocket is described fully in the [wiki:documentation/C++Manual C++ Manual]; this manual defines the Python interface to the Rocket objects described there. Not all aspects of Rocket are accessible from Python; for example, custom decorators can only be created in C++. However the vast majority is accessible, enabling you to easily and efficiently develop the functionality of your documents. 
     6 
     7== Integrating Python == 
     8  
     9 1. [wiki:documentation/PythonManual/Overview Overview] 
     10 1. [wiki:documentation/PythonManual/EmbeddingScript Embedding script] 
     11 1. [wiki:documentation/PythonManual/Fonts Loading fonts] 
     12 
     13== Interfaces == 
     14 
     15 1. [wiki:documentation/PythonManual/Elements Elements] 
     16 1. [wiki:documentation/PythonManual/Documents Documents] 
     17 1. [wiki:documentation/PythonManual/Contexts Contexts] 
     18 1. [wiki:documentation/PythonManual/Events Events] 
     19 
     20== Appendix == 
     21 
     22 a. [wiki:documentation/PythonManual/APIReference API reference]