Skip to content

Commit 034b2c2

Browse files
committed
Edit readme
Made contents into a list.
1 parent d293ba7 commit 034b2c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +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) 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).
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)