From 742421839244628d4f55e3fc2c485f9b37793982 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 26 Jul 2015 14:46:16 -0700 Subject: [PATCH] ok --- README.md | 2 +- doc/index.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5910f517..5c373ddb8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## rabit: Reliable Allreduce and Broadcast Interface [![Build Status](https://travis-ci.org/dmlc/rabit.svg?branch=master)](https://travis-ci.org/dmlc/rabit) -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. +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. * [Tutorial](guide) * [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc) diff --git a/doc/index.rst b/doc/index.rst index c9a2c9360..23ee0133b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,10 +2,12 @@ Rabit Documentation ===================== +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. -Contents: +API Documents +============= .. toctree:: :maxdepth: 2 @@ -19,4 +21,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` -