Skip to content

Commit f9542ff

Browse files
committed
Removed numbering
1 parent d299d3a commit f9542ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python_c_extension.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A few common reasons are :
1717
- Certain low level resource access - from memory to file interfaces.
1818
- Just because you want to.
1919

20-
1. CTypes
20+
CTypes
2121
---------
2222

2323
The Python `ctypes
@@ -106,7 +106,7 @@ python decimal values, and then use them as arguments to the C code.
106106
This method is simple and clean, but limited. For example it's not
107107
possible to manipulate objects on the C side.
108108

109-
2. SWIG
109+
SWIG
110110
-------
111111

112112
Simplified Wrapper and Interface Generator, or SWIG for short is another
@@ -190,7 +190,7 @@ As we can see, SWIG achieves the same result, but requires a slightly
190190
more involved effort. But it's worth it if you are targeting multiple
191191
languages.
192192

193-
3. Python/C API
193+
Python/C API
194194
---------------
195195

196196
The `C/Python API <https://docs.python.org/2/c-api/>`__ is probably the

0 commit comments

Comments
 (0)