/Doc/c-api/index.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 27 lines · 22 code · 5 blank · 0 comment · 0 complexity · dd3dccf4043b1ed2f18383f70bc6c144 MD5 · raw file

  1. .. _c-api-index:
  2. ##################################
  3. Python/C API Reference Manual
  4. ##################################
  5. :Release: |version|
  6. :Date: |today|
  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. .. toctree::
  12. :maxdepth: 2
  13. intro.rst
  14. veryhigh.rst
  15. refcounting.rst
  16. exceptions.rst
  17. utilities.rst
  18. abstract.rst
  19. concrete.rst
  20. init.rst
  21. memory.rst
  22. objimpl.rst