From 5bca4845551c6586251bb5ef912cc3d666dad49c Mon Sep 17 00:00:00 2001 From: Darko Date: Wed, 4 Mar 2015 20:52:59 +0100 Subject: [PATCH] Fix rst layout. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a2d3ad2..84159cd 100644 --- a/README.rst +++ b/README.rst @@ -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