| | 1 | = Python Manual = |
|---|
| | 2 | |
|---|
| | 3 | The 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 | |
|---|
| | 5 | The 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] |