Skip to content

Commit d1bf266

Browse files
committed
Partial revert.
Seems github does not support .rst nicely.
1 parent cfc03a2 commit d1bf266

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ Examples of reliable coding of Python 'C' extensions by Paul Ross.
44

55
## Contents:
66

7-
The [Sphinx Documentation](doc/sphinx/build/html/index.html) for this project.
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).
12+
13+
The full [Sphinx Documentation](doc/sphinx/build/html/index.html) for this project.

0 commit comments

Comments
 (0)