aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-06-18 10:54:42 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-06-21 14:04:43 -0300
commit143946435835163d750b08982a906834a575fa64 (patch)
tree8cfe742f35d777efbb4bd42f20359939db4dab26 /doc
parent88146cf500008c13912e03213dc98bab491b15a2 (diff)
Small updates to the documentation.
Removed the doc about building BoostPythonGenerator and modified a line about the generator used to create the bindings in the index.html file.
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html2
-rw-r--r--doc/howto-build/setup-boostpython.rst51
2 files changed, 1 insertions, 52 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index e618231b5..bae2f7bc4 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -9,7 +9,7 @@
GUI package, allowing C++ developers to write their applications once and run them unmodified in different systems.
PySide aims to provide Python developers access to the Qt libraries in the most natural way.</p>
- <p>PySide is built using the BoostPythonGenerator.</p>
+ <p>PySide is built using the <a href="http://www.pyside.org/docs/shiboken">Shiboken</a> binding generator.</p>
<h2>Documentation</h2>
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
diff --git a/doc/howto-build/setup-boostpython.rst b/doc/howto-build/setup-boostpython.rst
deleted file mode 100644
index a70840ae3..000000000
--- a/doc/howto-build/setup-boostpython.rst
+++ /dev/null
@@ -1,51 +0,0 @@
-
-.. _boost-python-generator:
-
-**********************
-Boost.Python Generator
-**********************
-
-Overview
-=========================================
-
-The **Boost::Python Generator** (A.K.A. :program:`boostpythongenerator`) is
-the program that creates the Boost.Python bindings source files from Qt headers
-and auxiliary files (typesystems, ``global.h`` and glue files). It depends on
-:ref:`generator-runner` and :ref:`api-extractor` library.
-
-
-Getting the sources
-===================
-
-* Download URL: http://www.pyside.org/downloads/
-
-Build requirements
-==================
-
-+ CMake >= 2.6.0
-+ Qt4.5 libraries and development headers >= 4.5.0
-+ :ref:`api-extractor` + development headers
-+ :ref:`generator-runner` + development headers
-
-Building and installing
-=======================
-
-To build and install just follow the generic cmake instructions in
-section :ref:`cmake-primer`.
-
-Debian packaging
-================
-
-In order to compile this package in a debian environment, make sure the
-following packages are installed:
-
-* debhelper (>= 5)
-* cdbs
-* cmake (>= 2.6.0)
-* libqt4-dev (>= 4.5)
-* libapiextractor-dev (>= 0.3.2)
-* libgenrunner-dev (>= 0.3.2a1)
-
-And then you can build the package using::
-
- $ dpkg-buildpackage -rfakeroot