From 79db6e3d1b2607e257ea4536a726ef78c1148ded Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Wed, 31 Oct 2018 17:33:40 +0530 Subject: [PATCH] Add gitter badge --- README.md | 2 +- docs/index.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6128f..132cd78 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build Status](https://travis-ci.org/socialcopsdev/camelot.svg?branch=master)](https://travis-ci.org/socialcopsdev/camelot) [![Documentation Status](https://readthedocs.org/projects/camelot-py/badge/?version=master)](https://camelot-py.readthedocs.io/en/master/) [![codecov.io](https://codecov.io/github/socialcopsdev/camelot/badge.svg?branch=master&service=github)](https://codecov.io/github/socialcopsdev/camelot?branch=master) - [![image](https://img.shields.io/pypi/v/camelot-py.svg)](https://pypi.org/project/camelot-py/) [![image](https://img.shields.io/pypi/l/camelot-py.svg)](https://pypi.org/project/camelot-py/) [![image](https://img.shields.io/pypi/pyversions/camelot-py.svg)](https://pypi.org/project/camelot-py/) + [![image](https://img.shields.io/pypi/v/camelot-py.svg)](https://pypi.org/project/camelot-py/) [![image](https://img.shields.io/pypi/l/camelot-py.svg)](https://pypi.org/project/camelot-py/) [![image](https://img.shields.io/pypi/pyversions/camelot-py.svg)](https://pypi.org/project/camelot-py/) [![Gitter chat](https://badges.gitter.im/camelot-dev/Lobby.png)](https://gitter.im/camelot-dev/Lobby) **Camelot** is a Python library that makes it easy for *anyone* to extract tables from PDF files! diff --git a/docs/index.rst b/docs/index.rst index 52350c8..2d69510 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,6 +27,9 @@ Release v\ |version|. (:ref:`Installation `) .. image:: https://img.shields.io/pypi/pyversions/camelot-py.svg :target: https://pypi.org/project/camelot-py/ +.. image:: https://badges.gitter.im/camelot-dev/Lobby.png + :target: https://gitter.im/camelot-dev/Lobby + **Camelot** is a Python library that makes it easy for *anyone* to extract tables from PDF files! .. note:: You can also check out `Excalibur`_, which is a web interface for Camelot!