Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | .. _c-api-index: |
| 2 | |
| 3 | ################################## |
| 4 | Python/C API Reference Manual |
| 5 | ################################## |
| 6 | |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 7 | This manual documents the API used by C and C++ programmers who want to write |
| 8 | extension modules or embed Python. It is a companion to :ref:`extending-index`, |
| 9 | which describes the general principles of extension writing but does not |
| 10 | document the API functions in detail. |
| 11 | |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 12 | .. 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 Brandl | c31b0f7 | 2008-01-20 11:00:14 +0000 | [diff] [blame] | 24 | objimpl.rst |
Martin v. Löwis | c06917b | 2012-06-22 12:49:08 +0200 | [diff] [blame] | 25 | stable.rst |
Nick Coghlan | 7d82c86 | 2013-03-07 23:14:44 +1000 | [diff] [blame] | 26 | apiabiversion.rst |