Skip to content

Commit 60f3c39

Browse files
ZeroIntensityhugovkbenediktjohannes
authored
gh-141811: Split up init.rst into multiple pages (GH-144844)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Benedikt Johannes <benedikt.johannes.hofer@gmail.com>
1 parent 175ab31 commit 60f3c39

File tree

8 files changed

+2813
-2750
lines changed

8 files changed

+2813
-2750
lines changed

Doc/c-api/index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _c-api-index:
22

33
##################################
4-
Python/C API Reference Manual
4+
Python/C API reference manual
55
##################################
66

77
This manual documents the API used by C and C++ programmers who want to write
@@ -21,7 +21,12 @@ document the API functions in detail.
2121
utilities.rst
2222
abstract.rst
2323
concrete.rst
24-
init.rst
24+
interp-lifecycle.rst
25+
threads.rst
26+
synchronization.rst
27+
tls.rst
28+
subinterpreters.rst
29+
profiling.rst
2530
init_config.rst
2631
memory.rst
2732
objimpl.rst

0 commit comments

Comments
 (0)