bpo-33201: Modernize "Extension types" doc (GH-6337) · python/cpython@1d80a56 (original) (raw)
File tree
15 files changed
lines changed
- Misc/NEWS.d/next/Documentation
15 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -26,9 +26,11 @@ Recommended third party tools | ||
26 | 26 | ============================= |
27 | 27 | |
28 | 28 | This guide only covers the basic tools for creating extensions provided |
29 | -as part of this version of CPython. Third party tools like Cython, | |
30 | -``cffi``, SWIG and Numba offer both simpler and more sophisticated | |
31 | -approaches to creating C and C++ extensions for Python. | |
29 | +as part of this version of CPython. Third party tools like | |
30 | +`Cython http://cython.org/\`_, `cffi https://cffi.readthedocs.io\`_, | |
31 | +`SWIG http://www.swig.org\`_ and `Numba https://numba.pydata.org/\`_ | |
32 | +offer both simpler and more sophisticated approaches to creating C and C++ | |
33 | +extensions for Python. | |
32 | 34 | |
33 | 35 | .. seealso:: |
34 | 36 | |
@@ -52,6 +54,7 @@ C extensions. | ||
52 | 54 | :numbered: |
53 | 55 | |
54 | 56 | extending.rst |
57 | +newtypes_tutorial.rst | |
55 | 58 | newtypes.rst |
56 | 59 | building.rst |
57 | 60 | windows.rst |