Re: [PATCH v2 1/2] docs/zh_CN: add scheduler index translation
From: Alex Shi <hidden>
Date: 2021-11-26 06:19:22
On Fri, Nov 26, 2021 at 10:21 AM Yanteng Si [off-list ref] wrote:
Translate .../scheduler/index.rst into Chinese. Signed-off-by: Yanteng Si <redacted>
Reviewed-by: Alex Shi <alexs@kernel.org>
quoted hunk ↗ jump to hunk
--- Documentation/translations/zh_CN/index.rst | 2 +- .../translations/zh_CN/scheduler/index.rst | 44 +++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 Documentation/translations/zh_CN/scheduler/index.rstdiff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst index a34e58733ac8..aebe336ab538 100644 --- a/Documentation/translations/zh_CN/index.rst +++ b/Documentation/translations/zh_CN/index.rst@@ -106,6 +106,7 @@ TODOList: virt/index infiniband/index accounting/index + scheduler/index TODOList:@@ -140,7 +141,6 @@ TODOList: * PCI/index * scsi/index * misc-devices/index -* scheduler/index * mhi/index 体系结构无关文档diff --git a/Documentation/translations/zh_CN/scheduler/index.rst b/Documentation/translations/zh_CN/scheduler/index.rst new file mode 100644 index 000000000000..4fde5c2a9db3 --- /dev/null +++ b/Documentation/translations/zh_CN/scheduler/index.rst@@ -0,0 +1,44 @@ +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/scheduler/index.rst + +:翻译: + + 司延腾 Yanteng Si <siyanteng@loongson.cn> + +:校译: + + + +.. _cn_scheduler_index.rst: + +=============== +Linux调度器 +=============== + +.. toctree:: + :maxdepth: 1 + + +TODOList: + + completion + sched-arch + sched-bwc + sched-deadline + sched-design-CFS + sched-domains + sched-capacity + sched-energy + sched-nice-design + sched-rt-group + sched-stats + + text_files + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` --2.27.0