diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
commit | b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (patch) | |
tree | db84fdf0d6f2174731bf55700464e9ff3ec7307e /Doc/faq/extending.rst | |
parent | 0ef496678a4908d321596043156fefeaf6e8afae (diff) | |
download | cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.zip cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.gz cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.bz2 |
Fixing broken links in doc, part 4: some more breaks and redirects
Diffstat (limited to 'Doc/faq/extending.rst')
-rw-r--r-- | Doc/faq/extending.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst index 252050ea..02bba59 100644 --- a/Doc/faq/extending.rst +++ b/Doc/faq/extending.rst @@ -50,7 +50,7 @@ to learn Python's C API. If you need to interface to some C or C++ library for which no Python extension currently exists, you can try wrapping the library's data types and functions with a tool such as `SWIG <http://www.swig.org>`_. `SIP -<http://www.riverbankcomputing.co.uk/software/sip/>`__, `CXX +<http://www.riverbankcomputing.co.uk/software/sip/intro>`__, `CXX <http://cxx.sourceforge.net/>`_ `Boost <http://www.boost.org/libs/python/doc/index.html>`_, or `Weave <http://docs.scipy.org/doc/scipy-dev/reference/tutorial/weave.html>`_ are also |