# HG changeset patch # User Amine Sehili # Date 1449096011 -3600 # Node ID c964768a000a7747fa80417cfefb7a9d3c2ad507 # Parent b1bc98a0841899ac03f4ba27035e09cced0681d1 doc update diff -r b1bc98a08418 -r c964768a000a README.md --- a/README.md Wed Dec 02 23:25:00 2015 +0100 +++ b/README.md Wed Dec 02 23:40:11 2015 +0100 @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/amsehili/auditok.svg?branch=master)](https://travis-ci.org/amsehili/auditok) +[![Documentation Status](https://readthedocs.org/projects/auditok/badge/?version=latest)](http://auditok.readthedocs.org/en/latest/?badge=latest) AUDIo TOKenizer =============== diff -r b1bc98a08418 -r c964768a000a doc/index.rst --- a/doc/index.rst Wed Dec 02 23:25:00 2015 +0100 +++ b/doc/index.rst Wed Dec 02 23:40:11 2015 +0100 @@ -3,6 +3,10 @@ .. image:: https://travis-ci.org/amsehili/auditok.svg?branch=master :target: https://travis-ci.org/amsehili/auditok + +.. image:: https://readthedocs.org/projects/auditok/badge/?version=latest +:target: http://auditok.readthedocs.org/en/latest/?badge=latest +:alt: Documentation Status **auditok** is an **Audio Activity Detection** tool that can process online data (read from an audio device or from standard input) as well as audio files. It can be used as a command line program and offers an easy to use API.