summaryrefslogtreecommitdiffstats
path: root/user/tools/index.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-13 11:51:23 +1100
committerChris Johns <chrisj@rtems.org>2017-11-13 11:51:23 +1100
commitac0eaff94117757046867bc92797d6c2dae78cd4 (patch)
tree19a6d8fa7f7659881f4790fc4500f005686ef496 /user/tools/index.rst
parentc-user: Fix index locations. (diff)
downloadrtems-docs-ac0eaff94117757046867bc92797d6c2dae78cd4.tar.bz2
Use '.. toctree::' and not '.. include::' in the User Manual.
- Change all suitable '.. include::' to TOC tree. - Remove unused and not needed sections. - Fix the conf.py to not exclude some files. Close #3232.
Diffstat (limited to 'user/tools/index.rst')
-rw-r--r--user/tools/index.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/user/tools/index.rst b/user/tools/index.rst
index 64f4abf..6cf3509 100644
--- a/user/tools/index.rst
+++ b/user/tools/index.rst
@@ -14,9 +14,11 @@ of avaliable host computers users wish to develop on. This section details the
tools available on the host computers to help support RTEMS users and
developers.
-.. include:: linker.rst
-.. include:: symbols.rst
-.. include:: exeinfo.rst
-.. include:: trace-linker.rst
-.. include:: bsp-builder.rst
-.. include:: tester.rst
+.. toctree::
+
+ linker
+ symbols
+ exeinfo
+ trace-linker
+ bsp-builder
+ tester