diff --git a/Documentation/index.rst b/Documentation/index.rst index fdc585703498ee12d6bd76557be307db4d40a9a0..20c00a9f2a932ee299fea0cf1f25680f0449beb4 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -102,29 +102,13 @@ implementation. sh/index -Korean translations -------------------- +Translations +------------ .. toctree:: - :maxdepth: 1 - - translations/ko_KR/index - -Chinese translations --------------------- - -.. toctree:: - :maxdepth: 1 - - translations/zh_CN/index - -Japanese translations ---------------------- - -.. toctree:: - :maxdepth: 1 + :maxdepth: 2 - translations/ja_JP/index + translations/index Indices and tables ================== diff --git a/Documentation/translations/index.rst b/Documentation/translations/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..4969c58920ef4686799a23357e00fb424abbb072 --- /dev/null +++ b/Documentation/translations/index.rst @@ -0,0 +1,12 @@ +.. _translations: + +============ +Translations +============ + +.. toctree:: + :maxdepth: 1 + + zh_CN/index + ko_KR/index + ja_JP/index