diff options
author | Yanteng Si <siyanteng01@gmail.com> | 2021-12-06 11:10:49 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-12-06 22:14:28 +0300 |
commit | 8f45663fe33a7a31af818ff4bb14bc4e3fbf19bd (patch) | |
tree | 2d61f728b874bdde4f9f44b4ad164327d4c8c632 /Documentation/translations | |
parent | c5801123d493c1cb1253b5a2232f6b976e07fc8a (diff) | |
download | linux-8f45663fe33a7a31af818ff4bb14bc4e3fbf19bd.tar.xz |
docs/zh_CN: add scheduler index translation
Translate .../scheduler/index.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alexs@kernel.org>
Link: https://lore.kernel.org/r/e015c61f64fc0d4d3a49f0e85e925f00df433721.1638777809.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/index.rst | 2 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/scheduler/index.rst | 42 |
2 files changed, 43 insertions, 1 deletions
diff --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..9b0c8cb11c87 --- /dev/null +++ b/Documentation/translations/zh_CN/scheduler/index.rst @@ -0,0 +1,42 @@ +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/scheduler/index.rst + +:翻译: + + 司延腾 Yanteng Si <siyanteng@loongson.cn> + +:校译: + + + +=============== +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` |