Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 21, 2016
1 parent 1cac540 commit 5a8912a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
**SimpleSQLite**

.. image:: https://travis-ci.org/thombashi/SimpleSQLite.svg?branch=master
:target: https://travis-ci.org/thombashi/SimpleSQLite
.. image:: https://coveralls.io/repos/github/thombashi/SimpleSQLite/badge.svg?branch=master
:target: https://coveralls.io/github/thombashi/SimpleSQLite?branch=master

.. contents:: Table of contents
:backlinks: top
:local:
Expand All @@ -23,9 +28,6 @@ Usage
Create table
------------

Sample
~~~~~~

.. code:: python
from simplesqlite import SimpleSQLite
Expand Down Expand Up @@ -56,9 +58,6 @@ Sample
result = con.execute_query(query)
print result.fetchall()
Output
~~~~~~

.. code:: console
(1, 1.1, u'aaa', 1.0, u'1')
Expand Down

0 comments on commit 5a8912a

Please sign in to comment.