From d126479bce64b9ed03bafc920ae664f40a5fec7d Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Mon, 5 Jan 2015 13:51:33 -0500 Subject: [PATCH] added link to docs --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 7557358..6225cfe 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,8 @@ # Python Distributed Hash Table [![Build Status](https://secure.travis-ci.org/bmuller/kademlia.png?branch=master)](https://travis-ci.org/bmuller/kademlia) +[![Docs Status](https://readthedocs.org/projects/kademlia/badge/?version=latest)](http://kademlia.readthedocs.org) + +**Documentation can be found at [kademlia.readthedocs.org](http://kademlia.readthedocs.org/).** This library is an asynchronous Python implementation of the [Kademlia distributed hash table](http://en.wikipedia.org/wiki/Kademlia). It uses [Twisted](https://twistedmatrix.com) to provide asynchronous communication. The nodes communicate using [RPC over UDP](https://github.com/bmuller/rpcudp) to communiate, meaning that it is capable of working behind a [NAT](http://en.wikipedia.org/wiki/NAT).