Skip to content

Commit 94ffa0a

Browse files
committed
Added link to Read the Docs
The Read the Docs project is now linked to this.
1 parent 6c950c3 commit 94ffa0a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
Examples of reliable coding of Python 'C' extensions by Paul Ross.
44

5-
NOTE: GitHub seems to have a problem with rendering reStructuredText code blocks directly so some code examples are absent from the rendered pages. Download the Sphinx Documentation (last link) for the full, searchable, documentation.
5+
The full documentation is on [Read the Docs](http://pythonextensionpatterns.readthedocs.org/en/latest/index.html).
66

7-
## Contents:
8-
9-
* Introduction to [reference counts](doc/sphinx/source/refcount.rst) in Python C extensions.
10-
* Managing [exceptions](doc/sphinx/source/exceptions.rst).
11-
* A [canonical function pattern](doc/sphinx/source/canonical_function.rst) for C extensions.
12-
* Handling [function arguments](doc/sphinx/source/parsing_arguments.rst).
13-
* Creating, setting and getting [module globals](doc/sphinx/source/module_globals.rst).
14-
15-
The full [Sphinx Documentation](doc/sphinx/build/html/index.html) for this project.
7+
Code examples and documentation source are right here on GitHub.

0 commit comments

Comments
 (0)