We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787db6e commit b80b902Copy full SHA for b80b902
doc/source/index.rst
@@ -1,5 +1,17 @@
1
-Welcome to Yajl-Py's documentation!
2
-===================================
+Yajl-Py documentation
+=====================
3
+
4
+.. image:: https://travis-ci.org/pykler/yajl-py.png?branch=master
5
+ :target: https://travis-ci.org/pykler/yajl-py
6
7
+.. image:: https://coveralls.io/repos/pykler/yajl-py/badge.png
8
+ :target: https://coveralls.io/r/pykler/yajl-py
9
10
+.. image:: https://pypip.in/v/yajl-py/badge.png
11
+ :target: https://crate.io/packages/yajl-py/#info
12
13
+.. image:: https://pypip.in/d/yajl-py/badge.png
14
15
16
`yajl-py <http://github.com/pykler/yajl-py>`_ is a pure python wrapper
17
to the `yajl <http://lloyd.github.com/yajl/>`_ C Library.
0 commit comments