Skip to content

Commit

Permalink
bpo-33201: Modernize "Extension types" doc (pythonGH-6337)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pitrou authored Apr 7, 2018
1 parent b405752 commit 1d80a56
Show file tree
Hide file tree
Showing 15 changed files with 1,733 additions and 1,917 deletions.
9 changes: 6 additions & 3 deletions Doc/extending/index.rst
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 1d80a56

Please sign in to comment.