From 37c42b7270597fea321d23ac1b079c0487c95302 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 9 Aug 2022 13:49:57 -0600 Subject: 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 Signed-off-by: Heinrich Schuchardt --- doc/develop/index.rst | 1 + doc/develop/patman.rst | 1 + doc/develop/sending_patches.rst | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) create mode 120000 doc/develop/patman.rst create mode 100644 doc/develop/sending_patches.rst (limited to 'doc') diff --git a/doc/develop/index.rst b/doc/develop/index.rst index c94c7fe..f7ee09d 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -14,6 +14,7 @@ General process release_cycle system_configuration + sending_patches Implementation -------------- diff --git a/doc/develop/patman.rst b/doc/develop/patman.rst new file mode 120000 index 0000000..0fcb7d6 --- /dev/null +++ b/doc/develop/patman.rst @@ -0,0 +1 @@ +../../tools/patman/patman.rst \ No newline at end of file diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst new file mode 100644 index 0000000..0542ade --- /dev/null +++ b/doc/develop/sending_patches.rst @@ -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`. -- cgit v1.1