Skip to content

Commit

Permalink
Move docs section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Kilkelly committed Sep 14, 2016
1 parent 296b33c commit cdf1874
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -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,
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cdf1874

Please sign in to comment.