From cc9484909e0886b1442e7118807ecc76893545fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=9B=8A?= Date: Mon, 30 Jan 2017 13:03:11 -0800 Subject: [PATCH] Update enumerators in rst files --- doc/getstarted/build_and_install/docker_install_en.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getstarted/build_and_install/docker_install_en.rst b/doc/getstarted/build_and_install/docker_install_en.rst index 3a322b2159a..5a1056e859a 100644 --- a/doc/getstarted/build_and_install/docker_install_en.rst +++ b/doc/getstarted/build_and_install/docker_install_en.rst @@ -34,7 +34,7 @@ Windows -- in a consistent way. docker build -t paddle:dev -f paddle/scripts/docker/Dockerfile --build-arg BUILD_AND_INSTALL=ON . -1. Run the Development Environment +2. Run the Development Environment Once we got the image :code:`paddle:dev`, we can use it to develop Paddle by mounting the local source code tree into a container that @@ -64,7 +64,7 @@ Windows -- in a consistent way. my-mac$ ssh root@xxx.yyy.zzz.www -p 2202 -1. Build and Install Using the Development Environment +3. Build and Install Using the Development Environment Once I am in the container, I can use :code:`paddle/scripts/docker/build.sh` to build, install, and test -- GitLab