From 27cbac576d640a2d27489af07ac754b926840cff Mon Sep 17 00:00:00 2001 From: Ameer Haj Ali Date: Sat, 2 Jan 2021 05:43:59 +0200 Subject: [PATCH] [docs] Minor change to formating C++ docs. (#13151) --- doc/source/index.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 0ad72114b..1fb8361ec 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -114,15 +114,15 @@ Ray provides Python, Java, and *EXPERIMENTAL* C++ API. And Ray uses Tasks (funct .. group-tab:: C++ (EXPERIMENTAL) - The C++ Ray API is currently experimental with limited support. You can track its development `here `__ and report issues on GitHub. - Run the following commands to get started: - - Build ray from source with *bazel* as shown `here `__. - - Run `cd ray/cpp`. - - Run `cp dev_BUILD.bazel BUILD.bazel`. - - Modify `src/ray/example.cc`. - - Run `ray stop`. - - Run `bazel build //cpp:example`. - - Run `bazel run //cpp:example`. + | The C++ Ray API is currently experimental with limited support. You can track its development `here `__ and report issues on GitHub. + | Run the following commands to get started: + | - Build ray from source with *bazel* as shown `here `__. + | - Run `"cd ray/cpp"`. + | - Run `"cp dev_BUILD.bazel BUILD.bazel"`. + | - Modify `src/ray/example.cc`. + | - Run `"ray stop"`. + | - Run `"bazel build //cpp:example"`. + | - Run `"bazel run //cpp:example"`. .. literalinclude:: ../../cpp/src/ray/example/example.cc :language: cpp