summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/objimpl.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/objimpl.rst')
-rw-r--r--Doc/c-api/objimpl.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/Doc/c-api/objimpl.rst b/Doc/c-api/objimpl.rst
new file mode 100644
index 0000000..b335188
--- /dev/null
+++ b/Doc/c-api/objimpl.rst
@@ -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