From 1ccc9903a13b62c5277d5c0aa5d0d584ae5f782d Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sun, 26 Jul 2015 14:41:25 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5910f517..f773822c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ## rabit: Reliable Allreduce and Broadcast Interface [![Build Status](https://travis-ci.org/dmlc/rabit.svg?branch=master)](https://travis-ci.org/dmlc/rabit) +[![Documentation Status](https://readthedocs.org/projects/rabit/badge/?version=latest)](https://readthedocs.org/projects/rabit/?badge=latest) rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction. The goal of rabit is to support ***portable*** , ***scalable*** and ***reliable*** distributed machine learning programs. From 1e8813f3bd775eca1df675cecaa23df210ecadd3 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sun, 26 Jul 2015 14:42:57 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f773822c8..8b3aa8eeb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## rabit: Reliable Allreduce and Broadcast Interface [![Build Status](https://travis-ci.org/dmlc/rabit.svg?branch=master)](https://travis-ci.org/dmlc/rabit) -[![Documentation Status](https://readthedocs.org/projects/rabit/badge/?version=latest)](https://readthedocs.org/projects/rabit/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/rabit/badge/?version=latest)](http://rabit.readthedocs.org/)) rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction. The goal of rabit is to support ***portable*** , ***scalable*** and ***reliable*** distributed machine learning programs. From d1d45bbdae0844c5a5b92efeb56aa7d8728dcb28 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sun, 26 Jul 2015 14:43:08 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3aa8eeb..0a1cbeb82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## rabit: Reliable Allreduce and Broadcast Interface [![Build Status](https://travis-ci.org/dmlc/rabit.svg?branch=master)](https://travis-ci.org/dmlc/rabit) -[![Documentation Status](https://readthedocs.org/projects/rabit/badge/?version=latest)](http://rabit.readthedocs.org/)) +[![Documentation Status](https://readthedocs.org/projects/rabit/badge/?version=latest)](http://rabit.readthedocs.org/) rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction. The goal of rabit is to support ***portable*** , ***scalable*** and ***reliable*** distributed machine learning programs.