Split C API docs in Py3k branch.

This commit is contained in:
Georg Brandl 2008-01-20 09:30:57 +00:00
parent 135bf209ac
commit 54a3faae08
45 changed files with 7290 additions and 5379 deletions

17
Doc/c-api/objimpl.rst Normal file
View file

@ -0,0 +1,17 @@
.. highlightlang:: c
.. _newtypes:
*****************************
Object Implementation Support
*****************************
This chapter describes the functions, types, and macros used when defining new
object types.
.. toctree::
allocation.rst
structures.rst
typeobj.rst
gcsupport.rst