diff options
author | Jonathan Corbet <corbet@lwn.net> | 2020-01-22 20:34:11 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-01-24 19:48:14 +0300 |
commit | d96574b0b49d6c93f148333bd36d541281fc4636 (patch) | |
tree | 08286a33df29da084aa7fdc283df2986a2fbe97d /Documentation/doc-guide/index.rst | |
parent | bcac386f3d3940354e76ab6309e4279134848424 (diff) | |
download | linux-d96574b0b49d6c93f148333bd36d541281fc4636.tar.xz |
Add a document on how to contribute to the documentation
This is mostly a collection of thoughts for how people who want to help out
can make the docs better. Hopefully the world will respond with a flurry
of useful patches.
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide/index.rst')
-rw-r--r-- | Documentation/doc-guide/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/doc-guide/index.rst b/Documentation/doc-guide/index.rst index 603f3ff55d5a..c58de84c0d5b 100644 --- a/Documentation/doc-guide/index.rst +++ b/Documentation/doc-guide/index.rst @@ -10,6 +10,7 @@ How to write kernel documentation sphinx kernel-doc parse-headers + contributing .. only:: subproject and html |