From 202ea3a63ed19cbf1429daaaf4e6c484986f779a Mon Sep 17 00:00:00 2001 From: Hanton Date: Mon, 11 Mar 2019 14:10:51 +0800 Subject: [PATCH] Fix docs typos (#385) * Update env_requirement.rst Fix pip install commands. * Update advanced_usage.rst --- docs/installation/env_requirement.rst | 4 ++-- docs/user_guide/advanced_usage.rst | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/installation/env_requirement.rst b/docs/installation/env_requirement.rst index be15c67c..4a599ec5 100644 --- a/docs/installation/env_requirement.rst +++ b/docs/installation/env_requirement.rst @@ -41,7 +41,7 @@ For Bazel, install it following installation guide. For python dependencies, .. code:: sh - pip install -U --user setup/requirements.txt + pip install -U --user -r setup/requirements.txt @@ -83,7 +83,7 @@ For python dependencies, .. code:: sh - pip install -U --user setup/optionals.txt + pip install -U --user -r setup/optionals.txt .. note:: diff --git a/docs/user_guide/advanced_usage.rst b/docs/user_guide/advanced_usage.rst index 58c0f935..e282f180 100644 --- a/docs/user_guide/advanced_usage.rst +++ b/docs/user_guide/advanced_usage.rst @@ -421,11 +421,6 @@ the detailed information is in :doc:`benchmark`. - 3 - ``run``/``benchmark`` - 0:DEFAULT/1:LOW/2:NORMAL/3:HIGH - * - --gpu_perf_hint - - int - - 3 - - ``run``/``benchmark`` - - 0:DEFAULT/1:LOW/2:NORMAL/3:HIGH * - --gpu_priority_hint - int - 3 -- GitLab