summaryrefslogtreecommitdiffstats
path: root/user/exe/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user/exe/index.rst')
-rw-r--r--user/exe/index.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/user/exe/index.rst b/user/exe/index.rst
index 02dab19..3e9b571 100644
--- a/user/exe/index.rst
+++ b/user/exe/index.rst
@@ -14,8 +14,10 @@ execute it in a target. The section discusses how an application executable is
created, what happens when an executable is loaded and run, debugging an
execiutable, and creating and dynamically loading code.
-.. include:: executables.rst
-.. include:: execution.rst
-.. include:: initialization.rst
-.. include:: debugging.rst
-.. include:: loader.rst
+.. toctree::
+
+ executables
+ execution
+ initialization
+ debugging
+ loader