Skip to content

Commit cfc03a2

Browse files
committed
Added Sphinx build HTML
Contents now links to Sphinx build HTML as .md was a bit flakey.
1 parent d55b493 commit cfc03a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+6515
-8
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
doc/sphinx/build/*
21
src/build/*
32
*.so
43
PythonExtensionPatterns/*

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ 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+
The [Sphinx Documentation](doc/sphinx/build/html/index.html) for this project.
18.3 KB
Binary file not shown.
3.75 KB
Binary file not shown.
14.8 KB
Binary file not shown.
13.3 KB
Binary file not shown.
5.05 KB
Binary file not shown.
4.57 KB
Binary file not shown.
20.7 KB
Binary file not shown.
42.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)