diff mbox series

[1/3] doc: structure doc/develop/index.rst

Message ID 20210118192403.31126-2-xypron.glpk@gmx.de
State Accepted
Commit 948991f764593de53855d665eee29dc55e9f0030
Delegated to: Tom Rini
Headers show
Series move test related documentation to HTML | expand

Commit Message

Heinrich Schuchardt Jan. 18, 2021, 7:24 p.m. UTC
Provide sub-chapters for 'Develop U-Boot'

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/develop/index.rst | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

--
2.29.2

Comments

Simon Glass Jan. 19, 2021, 6:06 p.m. UTC | #1
On Mon, 18 Jan 2021 at 12:29, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Provide sub-chapters for 'Develop U-Boot'
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/develop/index.rst | 22 +++++++++++++++++++---
>  1 file changed, 19 insertions(+), 3 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Jan. 23, 2021, 5:46 p.m. UTC | #2
On Mon, Jan 18, 2021 at 08:24:01PM +0100, Heinrich Schuchardt wrote:

> Provide sub-chapters for 'Develop U-Boot'
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index 0a7e204b34..b108df8e1b 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -3,13 +3,29 @@ 
 Develop U-Boot
 ==============

+Implementation
+--------------

 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1

-   coccinelle
    commands
-   crash_dumps
    global_data
    logging
+
+Debugging
+---------
+
+.. toctree::
+   :maxdepth: 1
+
+   crash_dumps
    trace
+
+Testing
+-------
+
+.. toctree::
+   :maxdepth: 1
+
+   coccinelle