From 352f5fab4ff861b280cc3cb15c1637639d72ae41 Mon Sep 17 00:00:00 2001 From: liutuo Date: Thu, 5 Jul 2018 17:47:11 +0800 Subject: [PATCH] update --- docs/index.rst | 1 - docs/installation/env_requirement.rst | 6 ++--- docs/installation/manual_setup.rst | 12 ++++----- docs/installation/using_docker.rst | 7 +++--- docs/user_guide/advanced_usage.rst | 22 ++++++++--------- docs/user_guide/basic_usage.rst | 35 ++++++++++++++------------- 6 files changed, 42 insertions(+), 41 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index b293ce45..14411808 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,7 +25,6 @@ The main documentation is organized into the following sections: :caption: User guide :name: sec-user - user_guide/installation user_guide/basic_usage user_guide/advanced_usage user_guide/op_lists diff --git a/docs/installation/env_requirement.rst b/docs/installation/env_requirement.rst index fa66ccff..3efaf8f9 100644 --- a/docs/installation/env_requirement.rst +++ b/docs/installation/env_requirement.rst @@ -1,10 +1,10 @@ Environment Requirement -======================= +======================== MACE requires the following dependencies: Necessary Dependencies: ------------------------ +------------------------ .. list-table:: :header-rows: 1 @@ -51,7 +51,7 @@ Necessary Dependencies: ``export ANDROID_NDK_HOME=/path/to/ndk`` to specify ANDROID_NDK_HOME Optional Dependencies: ---------------------- +----------------------- .. list-table:: :header-rows: 1 diff --git a/docs/installation/manual_setup.rst b/docs/installation/manual_setup.rst index c6aa39d2..bb283ac4 100644 --- a/docs/installation/manual_setup.rst +++ b/docs/installation/manual_setup.rst @@ -1,13 +1,13 @@ Manual setup -============ +============= The setup steps are based on ``Ubuntu``. And dependencies to install can refer to :doc:`env_requirement`. Install Necessary Dependencies ------------------------------- +------------------------------- Install Bazel -~~~~~~~~~~~~~ +~~~~~~~~~~~~~~ Recommend bazel with version larger than ``0.13.0`` (Refer to `Bazel documentation `__). @@ -23,7 +23,7 @@ Recommend bazel with version larger than ``0.13.0`` (Refer to `Bazel documentati rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh Install NDK -~~~~~~~~~~~ +~~~~~~~~~~~~ Recommend NDK with version r15c or r16 (Refer to `NDK installation guide `__). @@ -43,7 +43,7 @@ Recommend NDK with version r15c or r16 (Refer to `NDK installation guide