diff mbox series

[U-Boot,RFC,8/9] doc: Add board to Sphinx TOC tree

Message ID 1563295374-1504-9-git-send-email-bmeng.cn@gmail.com
State RFC
Delegated to: Tom Rini
Headers show
Series Initial layout for Sphinx HTML docs | expand

Commit Message

Bin Meng July 16, 2019, 4:42 p.m. UTC
Add index.rst for board. More docs will be added later.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 doc/board/index.rst |  6 ++++++
 doc/index.rst       | 11 +++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 doc/board/index.rst

Comments

Heinrich Schuchardt July 16, 2019, 5:59 p.m. UTC | #1
On 7/16/19 6:42 PM, Bin Meng wrote:
> Add index.rst for board. More docs will be added later.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff mbox series

Patch

diff --git a/doc/board/index.rst b/doc/board/index.rst
new file mode 100644
index 0000000..4a65def
--- /dev/null
+++ b/doc/board/index.rst
@@ -0,0 +1,6 @@ 
+==================
+Board-specific doc
+==================
+
+.. toctree::
+   :maxdepth: 2
diff --git a/doc/index.rst b/doc/index.rst
index 562f1b7..fbdf50b 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -51,6 +51,17 @@  implementation.
 
    arch/index
 
+Board-specific doc
+------------------
+
+These books provide details about board-specific information. They are
+organized in a vendor subdirectory.
+
+.. toctree::
+   :maxdepth: 2
+
+   board/index
+
 Indices and tables
 ==================