Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Doc/c-api/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _c-api-index:

##################################
Python/C API Reference Manual
Python/C API reference manual
##################################

This manual documents the API used by C and C++ programmers who want to write
Expand All @@ -21,7 +21,12 @@ document the API functions in detail.
utilities.rst
abstract.rst
concrete.rst
init.rst
interp-lifecycle.rst
threads.rst
synchronization.rst
tls.rst
subinterpreters.rst
profiling.rst
init_config.rst
memory.rst
objimpl.rst
Expand Down
Loading
Loading