Skip to content

Commit e3b8db0

Browse files
authored
Merge pull request #10361 from PaddlePaddle/shanyi15-patch-3
fix toctree in multi_cluster/index_en.rst
2 parents be219ac + 6a5bf03 commit e3b8db0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/v2/howto/cluster/multi_cluster/index_en.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ The user's cluster environment is not the same. To facilitate everyone's deploym
88
.. toctree::
99
:maxdepth: 1
1010

11-
k8s_cn.md
12-
k8s_distributed_cn.md
11+
k8s_en.md
12+
k8s_distributed_en.md
1313

1414
`OpenMPI <https://www.open-mpi.org>`_ is a mature high-performance parallel computing framework, which is widely used in the field of HPC. The following guide describes how to use OpenMPI to build PaddlePaddle's cluster training task:
1515

1616
.. toctree::
1717
:maxdepth: 1
1818

19-
openmpi_cn.md
19+
openmpi_en.md
2020

2121
`Fabric <http://www.fabfile.org>`_ is a convenient tool for program deployment and management. We provide a way to deploy and manage with Fabric. If you want to know more about it, please read the following guidelines:
2222

2323
.. toctree::
2424
:maxdepth: 1
2525

26-
fabric_cn.md
26+
fabric_en.md
2727

2828
We also support the deployment of PaddlePaddle on AWS. Learn more about:
2929

3030
.. toctree::
3131
:maxdepth: 1
3232

33-
k8s_aws_cn.md
33+
k8s_aws_en.md
3434

35-
The examples can be found under `cluster_train_v2 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/scripts/cluster_train_v2>`_ .
35+
The examples can be found under `cluster_train_v2 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/scripts/cluster_train_v2>`_ .

0 commit comments

Comments
 (0)