summaryrefslogtreecommitdiffstats
path: root/user/hosts/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/hosts/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/hosts/index.rst')
-rw-r--r--user/hosts/index.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/user/hosts/index.rst b/user/hosts/index.rst
index 71111f9..b1d1273 100644
--- a/user/hosts/index.rst
+++ b/user/hosts/index.rst
@@ -44,7 +44,9 @@ building tools is something you do once. Once the tools and RTEMS is built all
your time can be spent writing and developing your application. Over an hour
can happen and for the ARM architecture and with all BSPs it can be many hours.
-.. include:: os.rst
-.. include:: posix.rst
-.. include:: macos.rst
-.. include:: windows.rst
+.. toctree::
+
+ os
+ posix
+ macos
+ windows