blob: 12a1ec70727447e921f8a67372ad75ba465b4fbd [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +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 Brandl8ec7f652007-08-15 14:28:01 +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 Brandlf6842722008-01-19 22:08:21 +000027 objimpl.rst