There was an error while loading. Please reload this page.
1 parent cfc03a2 commit d1bf266Copy full SHA for d1bf266
README.md
@@ -4,4 +4,10 @@ Examples of reliable coding of Python 'C' extensions by Paul Ross.
4
5
## Contents:
6
7
-The [Sphinx Documentation](doc/sphinx/build/html/index.html) for this project.
+* 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).
12
+
13
+The full [Sphinx Documentation](doc/sphinx/build/html/index.html) for this project.
0 commit comments