patman: Add documentation to doc/

Link to patman's documentation from the doc/ directory so that it appears
in the 'make htmldocs' output.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Simon Glass
2022-08-09 13:49:57 -06:00
committed by Heinrich Schuchardt
parent 9f0a2e77a0
commit 37c42b7270
6 changed files with 322 additions and 248 deletions

View File

@@ -14,6 +14,7 @@ General
process
release_cycle
system_configuration
sending_patches
Implementation
--------------

1
doc/develop/patman.rst Symbolic link
View File

@@ -0,0 +1 @@
../../tools/patman/patman.rst

View File

@@ -0,0 +1,16 @@
.. SPDX-License-Identifier: GPL-2.0+
Sending patches
===============
.. toctree::
:maxdepth: 2
patman
You can use a tool called patman to prepare, check and sent patches. It creates
change logs, cover letters and patch notes. It also simplified the process of
sending multiple versions of a series.
See more details at :doc:`patman`.