Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/getstarted/build_and_install/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PaddlePaddle提供pip和Docker的安装方式:

pip_install_cn.rst
docker_install_cn.rst

../../howto/dev/build_cn.md

编译流程
++++++++
Expand Down
1 change: 1 addition & 0 deletions doc/getstarted/build_and_install/index_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ You can choose either pip or Docker to complete your install:

pip_install_en.rst
docker_install_en.rst
../../howto/dev/build_en.md


Build from Source
Expand Down
2 changes: 1 addition & 1 deletion doc/howto/dev/build_cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 编译PaddlePaddle和运行单元测试
# 用Docker编译和测试PaddlePaddle

## 需要的软硬件

Expand Down
2 changes: 1 addition & 1 deletion doc/howto/dev/build_en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build PaddlePaddle from Source Code and Run Unit Test
# Build using Docker
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, my fault -- it should be "Build and Test using Docker".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me change this, can you give me the chinese version too?


## What Developers Need

Expand Down