summaryrefslogtreecommitdiffstats
path: root/Documentation/commands.rst
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2014-07-11 20:51:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-14 10:42:31 +0200
commitc949b66674a8e625db0e75c522efce5597b42255 (patch)
treef0371fd9ada2212b604f7c8de5c1010cbafbbd98 /Documentation/commands.rst
parenta6ab59d179b58bf9d27560e13d69e11ea9127bf4 (diff)
downloadbarebox-c949b66674a8e625db0e75c522efce5597b42255.tar.gz
barebox-c949b66674a8e625db0e75c522efce5597b42255.tar.xz
Documentation: use command groups
The help definition already contained a group declaration. This is now reused for the HTML documentation. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/commands.rst')
-rw-r--r--Documentation/commands.rst86
1 files changed, 84 insertions, 2 deletions
diff --git a/Documentation/commands.rst b/Documentation/commands.rst
index 55b04f6e56..0dc9e1bcf4 100644
--- a/Documentation/commands.rst
+++ b/Documentation/commands.rst
@@ -1,9 +1,91 @@
Command reference
=================
+Information
+-----------
.. toctree::
+ :titlesonly:
:glob:
- :maxdepth: 1
- commands/*
+ commands/info/*
+
+Booting
+-------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/boot/*
+
+Partitions and Filesystems
+--------------------------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/part/*
+
+Environment
+-----------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/env/*
+
+Files
+-----
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/file/*
+
+Shell Scripting
+---------------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/script/*
+
+Console and Framebuffer
+-----------------------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/console/*
+
+Memory
+------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/mem/*
+
+Hardware Manipulation
+---------------------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/hwmanip/*
+
+Miscelleanous
+-------------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/misc/*
+
+Networking
+----------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/net/*