Split the monstrous C API manual files in smaller parts.

This commit is contained in:
Georg Brandl 2008-01-19 22:08:21 +00:00
parent 8b506e7a2d
commit f6842722df
41 changed files with 5118 additions and 5068 deletions

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

@ -0,0 +1,18 @@
.. 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