From c3ea3b7e378e13f9fd0b80454f81fd09936450c5 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 12 Aug 2020 15:00:40 +0800 Subject: [PATCH] Fix nightly build doc. [skip ci] (#6004) * Fix nightly build doc. [skip ci] * Fix title too short. [skip ci] --- doc/build.rst | 9 ++++----- doc/parameter.rst | 8 ++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/build.rst b/doc/build.rst index a6ab2ce25..637358d26 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -15,15 +15,14 @@ Installation Guide * The binary wheel will support GPU algorithms (`gpu_hist`) on machines with NVIDIA GPUs. Please note that **training with multiple GPUs is only supported for Linux platform**. See :doc:`gpu/index`. * Currently, we provide binary wheels for 64-bit Linux, macOS and Windows. - * Nightly builds are available. You can now run + * Nightly builds are available. You can go to `this page + `_, find the + wheel with the commit id you want and install it with pip: .. code-block:: bash - pip install https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/xgboost-[version]+[commithash]-py2.py3-none-manylinux1_x86_64.whl + pip install - to install the nightly build with the given commit hash. See `this page - `_ to see the - list of all nightly builds. **************************** Building XGBoost from source diff --git a/doc/parameter.rst b/doc/parameter.rst index d38b013d3..626ddf10f 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -224,15 +224,15 @@ Parameters for Tree Booster list is a group of indices of features that are allowed to interact with each other. See tutorial for more information -Additional parameters for `hist` and 'gpu_hist' tree method -================================================ +Additional parameters for ``hist`` and ```gpu_hist`` tree method +================================================================ * ``single_precision_histogram``, [default=``false``] - Use single precision to build histograms instead of double precision. -Additional parameters for `gpu_hist` tree method -================================================ +Additional parameters for ``gpu_hist`` tree method +================================================== * ``deterministic_histogram``, [default=``true``]