summaryrefslogtreecommitdiffstats
path: root/user/installation/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/installation/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/installation/index.rst')
-rw-r--r--user/installation/index.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/user/installation/index.rst b/user/installation/index.rst
index 6f3db6b..5a1865d 100644
--- a/user/installation/index.rst
+++ b/user/installation/index.rst
@@ -3,11 +3,11 @@
.. comment: Copyright (c) 2016 Chris Johns <chrisj@rtems.org>
.. comment: All rights reserved.
+.. index:: Installation
.. _installation:
Installation
************
-.. index:: Installation
This section details how to set up and install the RTEMS Ecosystem. You will
create a set of tools and an RTEMS kernel for your selected Board Support
@@ -42,9 +42,11 @@ pass ready for you to use. The tools and kernel are stable and only bug fixes
are added creating new dot point releases. The developer set up tracks the Git
repositories for the tools and kernel.
-.. include:: prefixes-sandboxing.rst
-.. include:: releases.rst
-.. include:: developer.rst
-.. include:: kernel.rst
-
.. comment: code block warning is in kernel.rst
+
+.. toctree::
+
+ prefixes-sandboxing
+ releases
+ developer
+ kernel