From 29ad9f3baf3540a82c008d66373e7e8534aff5a6 Mon Sep 17 00:00:00 2001 From: Luciano Wolf Date: Thu, 29 Apr 2010 15:14:05 -0300 Subject: Update shiboken documentation. --- doc/_templates/index.html | 4 +- doc/compiling.rst | 2 +- doc/contents.rst | 1 + doc/faq.rst | 22 +- doc/tutorial/bindinglibfoo.rst | 77 ++++++ doc/tutorial/buildingthebinding.rst | 131 ++++++++++ doc/tutorial/globalheader.rst | 36 +++ doc/tutorial/images/generatorworkings.png | Bin 0 -> 37257 bytes doc/tutorial/images/generatorworkings.svg | 392 ++++++++++++++++++++++++++++++ doc/tutorial/introduction.rst | 32 +++ doc/tutorial/libfoo.rst | 69 ++++++ doc/tutorial/typesystemcreation.rst | 136 +++++++++++ 12 files changed, 892 insertions(+), 10 deletions(-) create mode 100644 doc/tutorial/bindinglibfoo.rst create mode 100644 doc/tutorial/buildingthebinding.rst create mode 100644 doc/tutorial/globalheader.rst create mode 100644 doc/tutorial/images/generatorworkings.png create mode 100644 doc/tutorial/images/generatorworkings.svg create mode 100644 doc/tutorial/introduction.rst create mode 100644 doc/tutorial/libfoo.rst create mode 100644 doc/tutorial/typesystemcreation.rst (limited to 'doc') diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 09486d7ee..cdbdee9b7 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -4,7 +4,7 @@

{{ project }} {{ version }}

-

{{ project }} is a plugin for Generator Runner, this generator generates CPython code instead of boost::python code as BoostPythonGenerator does.

+

{{ project }} is a plugin (front-end) for Generator Runner. It generates CPython code instead of boost::python code as BoostPythonGenerator does. This way the overall size of PySide bindings can be drastically reduced.

Documentation

@@ -13,6 +13,8 @@ for a complete overview

+