blob: 086b880fbdf2fc1b7a96278d371408971437aa1c [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
27 newtypes.rst