[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230813162915.39577-4-minhuadotchen@gmail.com>
Date: Mon, 14 Aug 2023 00:29:15 +0800
From: Min-Hua Chen <minhuadotchen@...il.com>
To: Hu Haowen <src.res@...il.cn>, Jonathan Corbet <corbet@....net>
Cc: Randy Dunlap <rdunlap@...radead.org>,
linux-doc-tw-discuss@...ts.sourceforge.net,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Min-Hua Chen <minhuadotchen@...il.com>
Subject: [PATCH v2 3/3] docs: sparse: add sparse.rst to toctree
Add sparst.rst to toctree, so it can be part of the docs build.
Cc: Randy Dunlap <rdunlap@...radead.org>
Cc: Jonathan Corbet <corbet@....net>
Suggested-by: Jonathan Corbet <corbet@....net>
Signed-off-by: Min-Hua Chen <minhuadotchen@...il.com>
---
.../translations/zh_TW/dev-tools/index.rst | 40 +++++++++++++++++++
Documentation/translations/zh_TW/index.rst | 2 +-
2 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 Documentation/translations/zh_TW/dev-tools/index.rst
diff --git a/Documentation/translations/zh_TW/dev-tools/index.rst b/Documentation/translations/zh_TW/dev-tools/index.rst
new file mode 100644
index 000000000000..8f101db5a07f
--- /dev/null
+++ b/Documentation/translations/zh_TW/dev-tools/index.rst
@@ -0,0 +1,40 @@
+.. include:: ../disclaimer-zh_TW.rst
+
+:Original: Documentation/dev-tools/index.rst
+:Translator: Min-Hua Chen <minhuadotchen@...il.com>
+
+============
+內核開發工具
+============
+
+本文檔是有關內核開發工具文檔的合集。
+目前這些文檔已經整理在一起,不需要再花費額外的精力。
+歡迎任何補丁。
+
+有關測試專用工具的簡要概述,參見
+Documentation/dev-tools/testing-overview.rst
+
+.. class:: toc-title
+
+ 目錄
+
+.. toctree::
+ :maxdepth: 2
+
+ sparse
+
+Todolist:
+
+ - coccinelle
+ - kcov
+ - ubsan
+ - kmemleak
+ - kcsan
+ - kfence
+ - kgdb
+ - kselftest
+ - kunit/index
+ - testing-overview
+ - gcov
+ - kasan
+ - gdb-kernel-debugging
diff --git a/Documentation/translations/zh_TW/index.rst b/Documentation/translations/zh_TW/index.rst
index e7c83868e780..2fe6832a21c3 100644
--- a/Documentation/translations/zh_TW/index.rst
+++ b/Documentation/translations/zh_TW/index.rst
@@ -70,10 +70,10 @@ TODOlist:
:maxdepth: 2
process/index
+ dev-tools/index
TODOList:
-* dev-tools/index
* doc-guide/index
* kernel-hacking/index
* trace/index
--
2.34.1
Powered by blists - more mailing lists