We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3793d commit d293ba7Copy full SHA for d293ba7
README.md
@@ -4,4 +4,8 @@ Examples of reliable coding of Python 'C' extensions by Paul Ross.
4
5
## Contents:
6
7
-[Introduction to reference counts](doc/sphinx/source/refcount.rst).
+Introduction to [reference counts](doc/sphinx/source/refcount.rst) in Python C extensions.
8
+Managing [exceptions](doc/sphinx/source/exceptions.rst).
9
+A [canonical function pattern](doc/sphinx/source/canonical_function.rst) for C extensions.
10
+Handling [function arguments](doc/sphinx/source/parsing_arguments.rst).
11
+Creating, setting and getting [module globals](doc/sphinx/source/module_globals.rst).
0 commit comments