Issue #5262: Improved fix.
[python.git] / Doc / c-api / index.rst
blob12a1ec70727447e921f8a67372ad75ba465b4fbd
1 .. _c-api-index:
3 ##################################
4   Python/C API Reference Manual
5 ##################################
7 :Release: |version|
8 :Date: |today|
10 This manual documents the API used by C and C++ programmers who want to write
11 extension modules or embed Python.  It is a companion to :ref:`extending-index`,
12 which describes the general principles of extension writing but does not
13 document the API functions in detail.
15 .. toctree::
16    :maxdepth: 2
18    intro.rst
19    veryhigh.rst
20    refcounting.rst
21    exceptions.rst
22    utilities.rst
23    abstract.rst
24    concrete.rst
25    init.rst
26    memory.rst
27    objimpl.rst