You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
613 B

  1. .. _c-api-index:
  2. ##################################
  3. Python/C API Reference Manual
  4. ##################################
  5. This manual documents the API used by C and C++ programmers who want to write
  6. extension modules or embed Python. It is a companion to :ref:`extending-index`,
  7. which describes the general principles of extension writing but does not
  8. document the API functions in detail.
  9. .. toctree::
  10. :maxdepth: 2
  11. intro.rst
  12. veryhigh.rst
  13. refcounting.rst
  14. exceptions.rst
  15. utilities.rst
  16. abstract.rst
  17. concrete.rst
  18. init.rst
  19. memory.rst
  20. objimpl.rst
  21. stable.rst
  22. apiabiversion.rst