summaryrefslogtreecommitdiffstats
path: root/Doc/extending/index.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2018-04-07 16:14:03 (GMT)
committerGitHub <noreply@github.com>2018-04-07 16:14:03 (GMT)
commit1d80a561734b9932961c546b0897405a3bfbf3e6 (patch)
tree737793472ed6d3745d31fb56f2cb1f2b66429c69 /Doc/extending/index.rst
parentb405752dab95fa5dc65a19d94e798844d0378c61 (diff)
downloadcpython-1d80a561734b9932961c546b0897405a3bfbf3e6.zip
cpython-1d80a561734b9932961c546b0897405a3bfbf3e6.tar.gz
cpython-1d80a561734b9932961c546b0897405a3bfbf3e6.tar.bz2
bpo-33201: Modernize "Extension types" doc (GH-6337)
* bpo-33201: Modernize "Extension types" doc * Split tutorial and other topics * Some small fixes * Address some review comments * Rename noddy* to custom* and shoddy to sublist * Fix markup
Diffstat (limited to 'Doc/extending/index.rst')
-rw-r--r--Doc/extending/index.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/extending/index.rst b/Doc/extending/index.rst
index 80594e3..0994e3e 100644
--- a/Doc/extending/index.rst
+++ b/Doc/extending/index.rst
@@ -26,9 +26,11 @@ Recommended third party tools
=============================
This guide only covers the basic tools for creating extensions provided
-as part of this version of CPython. Third party tools like Cython,
-``cffi``, SWIG and Numba offer both simpler and more sophisticated
-approaches to creating C and C++ extensions for Python.
+as part of this version of CPython. Third party tools like
+`Cython <http://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_,
+`SWIG <http://www.swig.org>`_ and `Numba <https://numba.pydata.org/>`_
+offer both simpler and more sophisticated approaches to creating C and C++
+extensions for Python.
.. seealso::
@@ -52,6 +54,7 @@ C extensions.
:numbered:
extending.rst
+ newtypes_tutorial.rst
newtypes.rst
building.rst
windows.rst