summaryrefslogtreecommitdiff
path: root/doc/develop/index.rst
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-14 15:07:40 +0300
committerTom Rini <trini@konsulko.com>2022-07-14 21:13:41 +0300
commit4211fb2ef6dd0cc761e6d2f8f7272743622898db (patch)
tree8b4872eb67ba517b62ae8016c21d8e87a2207df2 /doc/develop/index.rst
parent54f683dbfb8b0777ee4d0ba00872da33e54c98fa (diff)
downloadu-boot-4211fb2ef6dd0cc761e6d2f8f7272743622898db.tar.xz
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 fe3564a9fb..dde47994c7 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -3,6 +3,14 @@
Develop U-Boot
==============
+General
+-------
+
+.. toctree::
+ :maxdepth: 1
+
+ codingstyle
+
Implementation
--------------