[Skiboot] [PATCH 3/4] doc: reorder index into major sections for clarity
Stewart Smith
stewart at linux.vnet.ibm.com
Tue Aug 9 17:50:53 AEST 2016
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
doc/index.rst | 30 ++++++++++++++++++++++++++----
1 file changed, 26 insertions(+), 4 deletions(-)
diff --git a/doc/index.rst b/doc/index.rst
index dde0482..a7deddf 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to skiboot's documentation!
-===================================
+Overview
+========
Contents:
@@ -13,8 +13,14 @@ Contents:
overview
opal-spec
+
+Developer Guide and Internals
+=============================
+
+.. toctree::
+ :maxdepth: 2
+
console-log
- device-tree
error-logging
bmc
gcov
@@ -25,8 +31,24 @@ Contents:
pci
pci-slot
xscom-node-bindings
- opal-api/index
+
+
+OPAL ABI
+========
+
+.. toctree::
+ :maxdepth: 2
+
+ device-tree
device-tree/index
+ opal-api/index
+
+skiboot Release Notes
+=====================
+
+.. toctree::
+ :maxdepth: 2
+
release-notes/index
Indices and tables
--
2.7.4
More information about the Skiboot
mailing list