aboutsummaryrefslogtreecommitdiff
path: root/doc/develop/index.rst
diff options
context:
space:
mode:
authorTom Rini2022-07-14 08:07:40 -0400
committerTom Rini2022-07-14 14:13:41 -0400
commit4211fb2ef6dd0cc761e6d2f8f7272743622898db (patch)
tree8b4872eb67ba517b62ae8016c21d8e87a2207df2 /doc/develop/index.rst
parent54f683dbfb8b0777ee4d0ba00872da33e54c98fa (diff)
doc: Migrate CodingStyle wiki page to Sphinx
Move the current CodingStyle wiki page to doc/develop/codingstyle.rst. The changes here are for formatting or slight rewording so that it reads well when linking to other Sphinx documents. Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r--doc/develop/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index fe3564a9fbf..dde47994c71 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -3,6 +3,14 @@
Develop U-Boot
==============
+General
+-------
+
+.. toctree::
+ :maxdepth: 1
+
+ codingstyle
+
Implementation
--------------