From 9581bd49dbfe1f0aeb79f096ce304890e1993507 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Sat, 11 Feb 2017 14:54:35 +0100 Subject: [PATCH] Updated readme for Read the Docs --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c21ea46..4d31212 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -# Tapeti -> 'Small to medium-sized and classified as "Least Concern" by the IUCN.' -> -> [_Wikipedia_](https://en.wikipedia.org/wiki/Tapeti) +## Documentation +The documentation for Tapeti is available on Read the Docs: -Tapeti is a wrapper for the RabbitMQ .NET client designed for long-running microservices with a few specific goals: +[Develop branch](http://tapeti.readthedocs.io/en/latest/)
+[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=latest)](http://tapeti.readthedocs.io/en/latest/?badge=latest) -1. Automatic registration of message handlers -2. Publishing without transport details, exchange and routing key determined by strategies -3. Attribute based, no base class requirements (only for convenience) -4. Graceful handling of connection issues, even at startup -5. Support for message flow using an extension package \ No newline at end of file +[Master branch](http://tapeti.readthedocs.io/en/stable/)
+[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=stable)](http://tapeti.readthedocs.io/en/stable/?badge=stable)