diff options
Diffstat (limited to 'Documentation/process/index.rst')
-rw-r--r-- | Documentation/process/index.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst new file mode 100644 index 000000000000..6ee818752474 --- /dev/null +++ b/Documentation/process/index.rst @@ -0,0 +1,32 @@ +.. raw:: latex + + \renewcommand\thesection* + \renewcommand\thesubsection* + + +Linux Kernel Development Documentation +====================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + howto + changes + coding-style + submitting-patches + submitting-drivers + stable-api-nonsense + management-style + stable-kernel-rules + kernel-docs + applying-patches + email-clients + submit-checklist + code-of-conflict + adding-syscalls + magic-number + volatile-considered-harmful + + development-process |