blob: 2ce7b980b1ec71477b72080389c86d0fd4f493db [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001.. _c-api-index:
2
3##################################
4 Python/C API Reference Manual
5##################################
6
Georg Brandl8ec7f652007-08-15 14:28:01 +00007This manual documents the API used by C and C++ programmers who want to write
8extension modules or embed Python. It is a companion to :ref:`extending-index`,
9which describes the general principles of extension writing but does not
10document the API functions in detail.
11
Georg Brandl8ec7f652007-08-15 14:28:01 +000012.. toctree::
13 :maxdepth: 2
14
15 intro.rst
16 veryhigh.rst
17 refcounting.rst
18 exceptions.rst
19 utilities.rst
20 abstract.rst
21 concrete.rst
22 init.rst
23 memory.rst
Georg Brandlf6842722008-01-19 22:08:21 +000024 objimpl.rst