From d68ec3df1dc290b4ad8e9d99d8c385b10f70b379 Mon Sep 17 00:00:00 2001 From: Moaz Reyad Date: Thu, 21 Feb 2019 03:26:35 +0100 Subject: [PATCH] SINGA-428 Move Docker images under Apache user name --- README.md | 2 ++ doc/_templates/layout.html | 2 +- doc/en/index.rst | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65fca19c6b..686179fd0d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ [![Build Status](https://travis-ci.org/apache/incubator-singa.png)](https://travis-ci.org/apache/incubator-singa) ![License](http://img.shields.io/:license-Apache%202.0-blue.svg) +[![Follow Apache SINGA on Twitter](https://img.shields.io/twitter/follow/apachesinga.svg?style=social&label=Follow)](https://twitter.com/ApacheSinga) +[![Docker pulls](https://img.shields.io/docker/pulls/apache/singa.svg)](https://hub.docker.com/r/apache/singa/) Distributed deep learning system diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index cceef1e147..01ce2a0ad7 100755 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -56,7 +56,7 @@ - + diff --git a/doc/en/index.rst b/doc/en/index.rst index 14e8fc6acc..a62a3e314d 100755 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -65,7 +65,7 @@ Getting Started --------------- * `Install SINGA `_ via conda, apt-get, or from source. -* Try SINGA on `AWS `_ or via `Docker `_. +* Try SINGA on `AWS `_ or via `Docker `_. * Refer to the `Jupyter notebooks `_ for some basic examples and the `model zoo page <./docs/model_zoo/index.html>`_ for more examples.