Fix rst layout.

This commit is contained in:
Darko 2015-03-04 20:52:59 +01:00
parent 78475c0c71
commit 5bca484555
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ bindings using ctypes.
Contents
========
ms.h, ms.c - merge sort implementation
main.c - sample test of using merge sort implementation with time measurement
pyms.py - sample python bindings using ctypes
test.py - sample test of using pyms
* ms.h, ms.c - merge sort implementation
* main.c - sample test of using merge sort implementation with time measurement
* pyms.py - sample python bindings using ctypes
* test.py - sample test of using pyms
Compile shared library with