summaryrefslogtreecommitdiffstats
path: root/Documentation/commands.rst
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-08-07 06:14:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-08-07 06:14:27 +0200
commit8b464dc6eec4d1fd58875451671456393181e980 (patch)
treee97f998a24620c545711a3692be509768407b75d /Documentation/commands.rst
parent90118343e46fecac78b6351ce25bb610b15fc077 (diff)
parent8df8a3d7a9d3356183df0a45c97f32dac878b65b (diff)
downloadbarebox-8b464dc6eec4d1fd58875451671456393181e980.tar.gz
barebox-8b464dc6eec4d1fd58875451671456393181e980.tar.xz
Merge branch 'for-next/doc'
Conflicts: Makefile
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..261af2a078 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/*
+
+Miscellaneous
+-------------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/misc/*
+
+Networking
+----------
+.. toctree::
+ :titlesonly:
+ :glob:
+
+ commands/net/*