[3.7] bpo-33201: Modernize "Extension types" doc (GH-6337) by miss-islington · Pull Request #6411 · python/cpython

Expand Up @@ -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::
Expand All @@ -52,6 +54,7 @@ C extensions. :numbered:
extending.rst newtypes_tutorial.rst newtypes.rst building.rst windows.rst Expand Down