blob: 12a1ec70727447e921f8a67372ad75ba465b4fbd [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _c-api-index:
2
3##################################
4 Python/C API Reference Manual
5##################################
6
7:Release: |version|
8:Date: |today|
9
10This manual documents the API used by C and C++ programmers who want to write
11extension modules or embed Python. It is a companion to :ref:`extending-index`,
12which describes the general principles of extension writing but does not
13document the API functions in detail.
14
Georg Brandl116aa622007-08-15 14:28:22 +000015.. toctree::
16 :maxdepth: 2
17
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
Georg Brandlc31b0f72008-01-20 11:00:14 +000027 objimpl.rst