diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 18:31:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 18:31:48 -0600 |
commit | d3430de2c2e17b8e9d214f0c7168de38f7382af9 (patch) | |
tree | f6d2b660fe344d3749b72492b9c609362cfb30c1 | |
parent | f75eec563e2e9291ff6a9505d66649d5c4db1841 (diff) | |
download | sip4-tqt-d3430de2c2e17b8e9d214f0c7168de38f7382af9.tar.gz sip4-tqt-d3430de2c2e17b8e9d214f0c7168de38f7382af9.zip |
Part 1 of 2 rename pykde to pytde
-rw-r--r-- | doc/html/_sources/build_system.txt | 2 | ||||
-rw-r--r-- | doc/html/build_system.html | 2 | ||||
-rw-r--r-- | sphinx/build_system.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/_sources/build_system.txt b/doc/html/_sources/build_system.txt index 292836a..fda9172 100644 --- a/doc/html/_sources/build_system.txt +++ b/doc/html/_sources/build_system.txt @@ -19,7 +19,7 @@ with other Python based build systems (e.g. An important feature of SIP is the ability to generate bindings that are built on top of existing bindings. For example, both -`PyKDE <http://www.riverbankcomputing.com/software/pykde/>`_ and +`PyKDE <http://www.riverbankcomputing.com/software/pytde/>`_ and `PyQwt <http://pyqwt.sourceforge.net/>`_ are built on top of PyQt but all three packages are maintained by different developers. To make this easier PyQt includes its own configuration module, ``pyqtconfig``, that contains additional diff --git a/doc/html/build_system.html b/doc/html/build_system.html index b997c3c..772457e 100644 --- a/doc/html/build_system.html +++ b/doc/html/build_system.html @@ -62,7 +62,7 @@ with other Python based build systems (e.g. <a class="reference external" href="http://www.scons.org">SCons</a>).</p> <p>An important feature of SIP is the ability to generate bindings that are built on top of existing bindings. For example, both -<a class="reference external" href="http://www.riverbankcomputing.com/software/pykde/">PyKDE</a> and +<a class="reference external" href="http://www.riverbankcomputing.com/software/pytde/">PyKDE</a> and <a class="reference external" href="http://pyqwt.sourceforge.net/">PyQwt</a> are built on top of PyTQt but all three packages are maintained by different developers. To make this easier PyTQt includes its own configuration module, <tt class="docutils literal"><span class="pre">pyqtconfig</span></tt>, that contains additional diff --git a/sphinx/build_system.rst b/sphinx/build_system.rst index 292836a..fda9172 100644 --- a/sphinx/build_system.rst +++ b/sphinx/build_system.rst @@ -19,7 +19,7 @@ with other Python based build systems (e.g. An important feature of SIP is the ability to generate bindings that are built on top of existing bindings. For example, both -`PyKDE <http://www.riverbankcomputing.com/software/pykde/>`_ and +`PyKDE <http://www.riverbankcomputing.com/software/pytde/>`_ and `PyQwt <http://pyqwt.sourceforge.net/>`_ are built on top of PyQt but all three packages are maintained by different developers. To make this easier PyQt includes its own configuration module, ``pyqtconfig``, that contains additional |