From cdf18741bc306dd5c8673807d70dcbcfda00a06e Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 14 Sep 2016 14:37:36 +0100 Subject: [PATCH] Move docs section of readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b9dac16..207ec97 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ programmatic API that is consistent across languages - Build a tool which is actually useful for developers +# Documentation + +Project documnetation hosted at [Read The Docs](http://bedquiltdb.readthedocs.org). + +To build documentation, install the `mkdocs` utility and run: +``` +$ make docs +``` + + # Examples This extension provides the core functionality of BedquiltDB, and can be used from ordinary SQL queries, @@ -74,16 +84,6 @@ select bq_list_collections(); ``` -# Documentation - -Project documnetation hosted at [Read The Docs](http://bedquiltdb.readthedocs.org). - -To build documentation, install the `mkdocs` utility and run: -``` -$ make docs -``` - - # Drivers BedquiltDB is intended to be used with client libraries (aka Drivers), such as: