From 12480e2f2760d930cd46512a3789f6c41bc639b3 Mon Sep 17 00:00:00 2001 From: Sheng Zha Date: Wed, 13 Feb 2019 20:18:34 -0800 Subject: [PATCH] fix diff --- docs/error/404.md | 17 +++++++++++++++++ docs/error/api.md | 17 +++++++++++++++++ tools/pip_package/README.md | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/docs/error/404.md b/docs/error/404.md index 63ebdeb4cbef..e67e5e1aaf0a 100644 --- a/docs/error/404.md +++ b/docs/error/404.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # Page Does Not Exist If you're here that means you requested a page that doesn't exist. Sorry about that! Maybe try the search box to find what you're looking for, or navigate to the [Home Page](../index.html). Also, make sure you're looking in the correct version, as some features may only be available in [newer versions](https://github.com/apache/incubator-mxnet/releases) or the [master branch](../versions/master). diff --git a/docs/error/api.md b/docs/error/api.md index 37de50291abd..ee7f359c9f36 100644 --- a/docs/error/api.md +++ b/docs/error/api.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + # API Not Available You selected an API that is not available for this version of MXNet. Try a more recent version of MXNet, or go to the [master](../versions/master/) version. diff --git a/tools/pip_package/README.md b/tools/pip_package/README.md index f289c98b7155..6d044167fcf8 100644 --- a/tools/pip_package/README.md +++ b/tools/pip_package/README.md @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + MXNet Python Package ==================== MXNet is a deep learning framework designed for both *efficiency* and *flexibility*.