blob: 3bfbaf4eedde0e42ed96d819e58b90c76645ded3 [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
Georg Brandl5c01d992013-10-12 19:54:30 +020016 stable.rst
Georg Brandl116aa622007-08-15 14:28:22 +000017 veryhigh.rst
18 refcounting.rst
19 exceptions.rst
20 utilities.rst
21 abstract.rst
22 concrete.rst
23 init.rst
24 memory.rst
Georg Brandlc31b0f72008-01-20 11:00:14 +000025 objimpl.rst
Nick Coghlan7d82c862013-03-07 23:14:44 +100026 apiabiversion.rst