mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

The canonical way to add a heading to the ToC is to use :caption:. Do that. Let's also move the introduction to the top of the document to be consistent with most other documents. Cc: Jonathan Corbet <corbet@lwn.net> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Federico Vaga <federico.vaga@vaga.pv.it> Cc: Alex Shi <alexs@kernel.org> Cc: Yanteng Si <siyanteng@loongson.cn> Cc: Hu Haowen <src.res.211@gmail.com> Cc: workflows@vger.kernel.org Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231027081830.195056-11-vegard.nossum@oracle.com
26 lines
819 B
ReStructuredText
26 lines
819 B
ReStructuredText
.. include:: ../disclaimer-zh_CN.rst
|
||
|
||
:Original: :ref:`Documentation/process/development-process.rst <development_process_main>`
|
||
:Translator: Alex Shi <alex.shi@linux.alibaba.com>
|
||
|
||
.. _cn_development_process_main:
|
||
|
||
内核开发过程指南
|
||
================
|
||
|
||
本文档的目的是帮助开发人员(及其经理)以最小的挫折感与开发社区合作。它试图记录这个社区如何以一种不熟悉Linux内核开发(或者实际上是自由软件开发)的人可以访问的方式工作。虽然这里有一些技术资料,但这是一个面向过程的讨论,不需要深入了解内核编程就可以理解。
|
||
|
||
.. toctree::
|
||
:caption: 内容
|
||
:numbered:
|
||
:maxdepth: 2
|
||
|
||
1.Intro
|
||
2.Process
|
||
3.Early-stage
|
||
4.Coding
|
||
5.Posting
|
||
6.Followthrough
|
||
7.AdvancedTopics
|
||
8.Conclusion
|