Fix rst layout.
This commit is contained in:
parent
78475c0c71
commit
5bca484555
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ bindings using ctypes.
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
|
||||||
ms.h, ms.c - merge sort implementation
|
* ms.h, ms.c - merge sort implementation
|
||||||
main.c - sample test of using merge sort implementation with time measurement
|
* main.c - sample test of using merge sort implementation with time measurement
|
||||||
pyms.py - sample python bindings using ctypes
|
* pyms.py - sample python bindings using ctypes
|
||||||
test.py - sample test of using pyms
|
* test.py - sample test of using pyms
|
||||||
|
|
||||||
Compile shared library with
|
Compile shared library with
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue