From c3fb59a18273f6d669105eb7608e3a9b2c8ec28e Mon Sep 17 00:00:00 2001 From: William Brown Date: Dec 24 2016 05:56:56 +0000 Subject: Fix rst --- diff --git a/README.rst b/README.rst index 8258021..91c930f 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,7 @@ -# Libsds +Libsds +====== + +:Author: William Brown Libsds is the Slapi Data Structures Library. This encapsulates a queue, b+tree and set, a copy-on-write b+tree for parallelism. @@ -13,12 +16,13 @@ This library has thorough and complete tests of various complex states to assure correct behaviour. It has been tested against NSPR Hashmaps and the slapi AVL tree for performance. -# Building +Building +======== -autoreconf -fiv -./configure [--enable-tests] -make -[make test] -make install + autoreconf -fiv + ./configure [--enable-tests] + make + [make test] + make install