blob: 9a8f1507b3f4cc57bdb6171d6081678f871ac8f7 [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
Victor Stinner331a6a52019-05-27 16:39:22 +020024 init_config.rst
Georg Brandl116aa622007-08-15 14:28:22 +000025 memory.rst
Georg Brandlc31b0f72008-01-20 11:00:14 +000026 objimpl.rst
Nick Coghlan7d82c862013-03-07 23:14:44 +100027 apiabiversion.rst