• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _c-api-index:
2
3##################################
4  Python/C API Reference Manual
5##################################
6
7This 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
12.. toctree::
13   :maxdepth: 2
14
15   intro.rst
16   stable.rst
17   veryhigh.rst
18   refcounting.rst
19   exceptions.rst
20   utilities.rst
21   abstract.rst
22   concrete.rst
23   init.rst
24   init_config.rst
25   memory.rst
26   objimpl.rst
27   apiabiversion.rst
28