3 ##################################
4 Python/C API Reference Manual
5 ##################################
10 This manual documents the API used by C and C++ programmers who want to write
11 extension modules or embed Python. It is a companion to :ref:`extending-index`,
12 which describes the general principles of extension writing but does not
13 document the API functions in detail.