Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Mar 11, 2014
1 parent a4904f0 commit 6692a35
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 34 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,6 @@
Changelog
=========

0.2.0
-----
* Feature: Python 3 support
Expand Down
12 changes: 10 additions & 2 deletions README.rst
@@ -1,7 +1,8 @@
DQL
===
:Build: |build|_ |coverage|_
:0.1 Build: |build-0.1|_ |coverage-0.1|_
:Dev Build: |build|_ |coverage|_
:0.1 Branch: |build-0.1|_ |coverage-0.1|_
:0.2 Branch: |build-0.2|_ |coverage-0.2|_
:Documentation: http://dql.readthedocs.org/
:Downloads: http://pypi.python.org/pypi/dql
:Source: https://github.com/mathcamp/dql
Expand All @@ -16,6 +17,11 @@ DQL
.. |coverage-0.1| image:: https://coveralls.io/repos/mathcamp/dql/badge.png?branch=0.1
.. _coverage-0.1: https://coveralls.io/r/mathcamp/dql?branch=0.1

.. |build-0.2| image:: https://travis-ci.org/mathcamp/dql.png?branch=0.2
.. _build-0.2: https://travis-ci.org/mathcamp/dql
.. |coverage-0.2| image:: https://coveralls.io/repos/mathcamp/dql/badge.png?branch=0.2
.. _coverage-0.2: https://coveralls.io/r/mathcamp/dql?branch=0.2

A simple, SQL-ish language for DynamoDB

Getting Started
Expand Down Expand Up @@ -60,3 +66,5 @@ Changing tables::

us-west-1> ALTER TABLE forum_threads SET THROUGHPUT (8, 4);
us-west-1> DROP TABLE forum_threads;

And don't forget to use ``help``!
3 changes: 3 additions & 0 deletions doc/changes.rst
@@ -1,3 +1,6 @@
Changelog
=========

0.2.0
-----
* Feature: Python 3 support
Expand Down
36 changes: 4 additions & 32 deletions doc/index.rst
Expand Up @@ -2,6 +2,8 @@ DQL - DynamoDB Query Language
=============================
A simple, SQL-ish language for DynamoDB

Code lives here: https://github.com/mathcamp/dql

User Guide
----------

Expand All @@ -14,6 +16,8 @@ User Guide
topics/queries/index
topics/develop

changes

API Reference
-------------
.. toctree::
Expand All @@ -22,38 +26,6 @@ API Reference

ref/dql

Versions
--------
========= =============== ========
Version Build Coverage
========= =============== ========
master_ |build-master|_ |coverage-master|_
0.1.0_ |build-0.1.0|_ |coverage-0.1.0|_
========= =============== ========

.. _master: ../latest/
.. |build-master| image:: https://travis-ci.org/mathcamp/dql.png?branch=master
.. _build-master: https://travis-ci.org/mathcamp/dql
.. |coverage-master| image:: https://coveralls.io/repos/mathcamp/dql/badge.png?branch=master
.. _coverage-master: https://coveralls.io/r/mathcamp/dql?branch=master

.. _0.1.0: ../0.1.0/
.. |build-0.1.0| image:: https://travis-ci.org/mathcamp/dql.png?branch=0.1.0
.. _build-0.1.0: https://travis-ci.org/mathcamp/dql
.. |coverage-0.1.0| image:: https://coveralls.io/repos/mathcamp/dql/badge.png?branch=0.1.0
.. _coverage-0.1.0: https://coveralls.io/r/mathcamp/dql?branch=0.1.0

Code lives here: https://github.com/mathcamp/dql

Changelog
---------

.. toctree::
:maxdepth: 1
:glob:

changes

Indices and tables
------------------

Expand Down

0 comments on commit 6692a35

Please sign in to comment.