summaryrefslogtreecommitdiffstats
path: root/user/hardware/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/hardware/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/hardware/index.rst')
-rw-r--r--user/hardware/index.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/user/hardware/index.rst b/user/hardware/index.rst
index d27ecb8..b1f45b9 100644
--- a/user/hardware/index.rst
+++ b/user/hardware/index.rst
@@ -12,7 +12,9 @@ Hardware
This section discusses supported Hardware, Architectures, Board Support
Packages, and running RTEMS on real hardware and simulators.
-.. include:: targets.rst
-.. include:: architectures.rst
-.. include:: bsps.rst
-.. include:: tiers.rst
+.. toctree::
+
+ targets
+ architectures
+ bsps
+ tiers