blob: 591136e9d4a9b62efa9ae12483dc1fa1f5a5a210 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _c-api-index:
2
3##################################
4 Python/C API Reference Manual
5##################################
6
Georg Brandl116aa622007-08-15 14:28:22 +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 Brandl116aa622007-08-15 14:28:22 +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 Brandlc31b0f72008-01-20 11:00:14 +000024 objimpl.rst
Martin v. Löwisc06917b2012-06-22 12:49:08 +020025 stable.rst
Nick Coghlan7d82c862013-03-07 23:14:44 +100026 apiabiversion.rst