Skip to content

Commit d293ba7

Browse files
committed
Updated readme
Added all sphinx headings.
1 parent 3b3793d commit d293ba7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ Examples of reliable coding of Python 'C' extensions by Paul Ross.
44

55
## Contents:
66

7-
[Introduction to reference counts](doc/sphinx/source/refcount.rst).
7+
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

Comments
 (0)