diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2021-01-21 06:33:02 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-01-29 01:40:47 +0300 |
commit | 7720357d16a7cfe4c9efb596e7d47fc80236eaa8 (patch) | |
tree | dc1f29edbb9ea822f8c2a4a39b0b56847dceac02 | |
parent | 9ea800c0113d377e71324b668115f4ae24835931 (diff) | |
download | linux-7720357d16a7cfe4c9efb596e7d47fc80236eaa8.tar.xz |
docs: zh_CN: add iio index.rst translation
This patch translates Documentation/iio/index.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
Link: https://lore.kernel.org/r/20210121033302.558935-3-siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/translations/zh_CN/iio/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/iio/index.rst b/Documentation/translations/zh_CN/iio/index.rst new file mode 100644 index 000000000000..7087076a10f6 --- /dev/null +++ b/Documentation/translations/zh_CN/iio/index.rst @@ -0,0 +1,20 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. include:: ../disclaimer-zh_CN.rst + +:Original: :doc:`../../../iio/index` +:Translator: Yanteng Si <siyanteng@loongson.cn> + +.. _cn_iio_index: + + +======== +工业 I/O +======== + +.. toctree:: + :maxdepth: 1 + + iio_configfs + + ep93xx_adc |